Versions in this module Expand all Collapse all v0 v0.0.1 Dec 19, 2024 Changes in this version + func LoadFromFile(configFilePath string, target interface{}) error + func LoadGenesisAllocs(baseDir, genesisPath string) (interface{}, error) + type RPCConfig struct + ChainID uint64 + URL string + type RPCs struct + Networks map[string]RPCConfig + func Load(l1Network, rmAlias, rAlias, baseDir string) (*RPCs, *rollupmanager.RollupManager, *rollup.RollupMetadata, error) + func LoadRPCs() (*RPCs, error) + func (r *RPCs) GetChainID(network string) (uint64, error) + func (r *RPCs) GetClient(network string) (*ethclient.Client, error)