Skip to content

Commit

Permalink
Merge PR: set the default gas price of eth_call to 1 Gwei (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiD authored Apr 20, 2021
1 parent 10b5130 commit 544a3ef
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 @@ -2,7 +2,7 @@ package types

const (
// DefaultGasPrice is default gas price for evm transactions
DefaultGasPrice = 20
DefaultGasPrice = 1
// DefaultRPCGasLimit is default gas limit for RPC call operations
DefaultRPCGasLimit = 30000000
)

0 comments on commit 544a3ef

Please sign in to comment.