github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/app/types/params.go (about)

     1  package types
     2  
     3  const (
     4  	// DefaultGasPrice is default gas price for evm transactions
     5  	DefaultGasPrice = 1
     6  	// DefaultRPCGasLimit is default gas limit for RPC call operations
     7  	DefaultRPCGasLimit = 30000000
     8  )