Skip to content

Commit

Permalink
Merge PR: fix estimate failed when simulate tx using huge gas (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiD authored Mar 26, 2021
1 parent 643091f commit 8d24c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const (
// DefaultGasPrice is default gas price for evm transactions
DefaultGasPrice = 20
// DefaultRPCGasLimit is default gas limit for RPC call operations
DefaultRPCGasLimit = 10000000
DefaultRPCGasLimit = 100000000000
)

0 comments on commit 8d24c48

Please sign in to comment.