Skip to content

Commit

Permalink
moar gaz
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Dec 21, 2024
1 parent 5b9927d commit db74e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/supplier/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var _ client.SupplierClient = (*supplierClient)(nil)
const (
// TODO_TECHDEBT(@okdas): Gas limit and price should have their dedicated configuration entry.
// gasLimit is the default gas limit of the relay miner transactions.
gasLimit = 4200069
gasLimit = 420000000069

// gasPrice is the gas price used to calculate the fee of the relay miner transactions.
gasPrice = 1
Expand Down

0 comments on commit db74e50

Please sign in to comment.