1505ba89a1
* atto photon refactor * update testnet command * fix test * changelog
9 lines
208 B
Go
9 lines
208 B
Go
package types
|
|
|
|
const (
|
|
// DefaultGasPrice is default gas price for evm transactions
|
|
DefaultGasPrice = 20
|
|
// DefaultRPCGasLimit is default gas limit for RPC call operations
|
|
DefaultRPCGasLimit = 10000000
|
|
)
|