Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var L2ChainIDToNetworkDisplayName = func() map[string]string { out := make(map[string]string) for _, netCfg := range superchain.OPChains { out[fmt.Sprintf("%d", netCfg.ChainID)] = netCfg.Name } return out }()
View Source
var Mainnet, Goerli, Sepolia *rollup.Config
Functions ¶
func AvailableNetworks ¶
func AvailableNetworks() []string
AvailableNetworks returns the selection of network configurations that is available by default.
func ChainByName ¶
func ChainByName(name string) *superchain.ChainConfig
ChainByName returns a chain, from known available configurations, by name. ChainByName returns nil when the chain name is unknown.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.