4344dc10c7
* change photon to aphoton * fix test * photon docs * update doc Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
13 lines
322 B
Go
13 lines
322 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
|
|
|
|
// DenomDefault defines the single coin type/denomination supported in
|
|
// Ethermint.
|
|
DenomDefault = "aphoton"
|
|
)
|