Skip to content

Commit 9b25399

Browse files
committed
maxgasprice
1 parent 1b142d0 commit 9b25399

3 files changed

Lines changed: 69 additions & 52 deletions

File tree

pkg/chains/evm/evm.pb.go

Lines changed: 65 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/chains/evm/evm.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ enum TxStatus {
310310

311311
message GasConfig {
312312
uint64 gas_limit = 1;
313+
// Maximum gas price (in wei) the user is willing to pay for this transaction.
314+
// If not specified, the value configured in GasEstimator will be used.
315+
optional values.v1.BigInt max_gas_price = 2;
313316
}
314317

315318
message CalculateTransactionFeeRequest {

pkg/chains/evm/evm_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)