Documentation ¶
Index ¶
Constants ¶
View Source
const BlockDiff = int64(50)
Variables ¶
View Source
var AirDropErc20Amount = big.NewInt(5e17)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RelayerConfig relayer.RelayerConfig ChainConfigs []map[string]interface{} }
type RawConfig ¶
type RawConfig struct { RelayerConfig relayer.RawRelayerConfig `mapstructure:"relayer" json:"relayer"` ChainConfigs []map[string]interface{} `mapstructure:"chains" json:"chains"` }
Click to show internal directories.
Click to hide internal directories.