pkg

package
v0.0.0-...-f6ab429 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2026 License: MIT Imports: 10 Imported by: 0

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 GlobalInputContract struct {
	Address string `yaml:"address"`
	Network string `yaml:"network"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL