Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cre/capabilities/blockchain/evm/v1alpha/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ message WriteReportRequest {

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

enum TxStatus {
Expand Down
3 changes: 3 additions & 0 deletions cre/go/installer/pkg/embedded_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading