github.com/InjectiveLabs/sdk-go@v1.53.0/chain/types/params.go (about) 1 package types 2 3 const ( 4 // DefaultGasPrice is default gas price for evm transactions 5 DefaultGasPrice = 0 6 // DefaultRPCGasLimit is default gas limit for RPC call operations 7 DefaultRPCGasLimit = 80000000 8 )