Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalInput ¶
type GlobalInput struct {
Tag string `yaml:"tag,omitempty"`
CCIP GlobalInputProduct `yaml:"ccip"`
}
func AlertsGlobalInput ¶
func AlertsGlobalInput(lggr logger.Logger, destChain chainsel.ChainDetails, version string, ccipFiredrillView firedrill.CCIPFiredrillView, ccipView view.CCIPView) (GlobalInput, error)
type GlobalInputContract ¶
type GlobalInputContracts ¶
type GlobalInputContracts struct {
Routers []GlobalInputContract `yaml:"router_addresses"`
CommitStores []GlobalInputContract `yaml:"commit_store_addresses,omitempty"`
OffRamps []GlobalInputContract `yaml:"off_ramp_addresses"`
FiredrillTokens []GlobalInputContract `yaml:"firedrill_token_addresses"`
FiredrillOnRamps []GlobalInputContract `yaml:"firedrill_on_ramp_addresses"`
FiredrillOffRamps []GlobalInputContract `yaml:"firedrill_off_ramp_addresses"`
FiredrillEntrypoints []GlobalInputContract `yaml:"firedrill_entrypoint_addresses"`
}
type GlobalInputNetwork ¶
type GlobalInputNetwork struct {
Contracts GlobalInputContracts `yaml:"contracts"`
}
type GlobalInputProduct ¶
type GlobalInputProduct struct {
Mainnet *GlobalInputNetwork `yaml:"mainnet,omitempty"`
Testnet *GlobalInputNetwork `yaml:"testnet,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.