Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidChainType = fmt.Errorf("must be one of %s or omitted", strings.Join([]string{ string(ChainArbitrum), string(ChainCelo), string(ChainGnosis), string(ChainKroma), string(ChainMetis), string(ChainOptimismBedrock), string(ChainScroll), string(ChainWeMix), string(ChainZkSync), }, ", "))
Functions ¶
This section is empty.
Types ¶
type ChainType ¶
type ChainType string
ChainType denotes the chain or network to work with
const ( ChainArbitrum ChainType = "arbitrum" ChainCelo ChainType = "celo" ChainGnosis ChainType = "gnosis" ChainKroma ChainType = "kroma" ChainMetis ChainType = "metis" ChainOptimismBedrock ChainType = "optimismBedrock" ChainScroll ChainType = "scroll" ChainWeMix ChainType = "wemix" ChainXDai ChainType = "xdai" // Deprecated: use ChainGnosis instead ChainZkSync ChainType = "zksync" )
nolint
Click to show internal directories.
Click to hide internal directories.