We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbadb80 commit 7a88582Copy full SHA for 7a88582
client/flags/flags.go
@@ -15,7 +15,7 @@ const (
15
// DefaultGasAdjustment is applied to gas estimates to avoid tx execution
16
// failures due to state changes that might occur between the tx simulation
17
// and the actual run.
18
- DefaultGasAdjustment = 1.2
+ DefaultGasAdjustment = 1.3
19
DefaultGasLimit = 200000
20
21
FlagAuto = "auto"
0 commit comments