# Functions
EvmosAppOptions allows to setup the global configuration for the Evmos chain.
No description provided by the author
GetMaccPerms returns a copy of the module account permissions.
NewEvmos returns a reference to a new initialized Ethermint application.
NoOpEvmosOptions is a no-op function that can be used when the app does not need any specific configuration.
No description provided by the author
RegisterSwaggerAPI registers swagger route with API Server.
Setup initializes a new Evmos.
SetupTestingApp initializes the IBC-go testing application need to keep this design to comply with the ibctesting SetupTestingApp func and be able to set the chainID for the tests properly.
StoreKeys returns the application store keys, the EVM transient store keys and the memory store keys.
# Constants
Name defines the application binary name.
# Variables
DefaultConsensusParams defines the default Tendermint consensus params used in Evmos testing.
DefaultNodeHome default home directories for the application daemon.
DefaultTestingAppInit defines the IBC application used for testing.
MainnetMinGasMultiplier defines the min gas multiplier value on the fee market module.
MainnetMinGasPrices defines 20B aaizel (or ataizel) as the minimum gas price value on the fee market module.
# Type aliases
EvmosOptionsFn defines a function type for setting app options specifically for the Evmos app.