Skip to content

Commit

Permalink
Change default gas to 35k (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse authored and sunnya97 committed Jan 24, 2022
1 parent ba9855a commit 282e9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
// failures due to state changes that might occur between the tx simulation
// and the actual run.
DefaultGasAdjustment = 1.0
DefaultGasLimit = 200000
DefaultGasLimit = 350000
GasFlagAuto = "auto"

// DefaultKeyringBackend
Expand Down

0 comments on commit 282e9bb

Please sign in to comment.