diff --git a/app/types/params.go b/app/types/params.go index 601af90e05..e9e10f54ff 100644 --- a/app/types/params.go +++ b/app/types/params.go @@ -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 )