chaincfg

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT, MIT Imports: 4 Imported by: 11

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, Sepolia *rollup.Config

Functions

func AvailableNetworks

func AvailableNetworks() []string

AvailableNetworks returns the selection of network configurations that is available by default.

func ChainByName added in v1.1.6

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.

func GetRollupConfig

func GetRollupConfig(name string) (*rollup.Config, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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