Expand description
Modules§
- chain_
list - List of OP Stack chains.
- superchain
- Contains the full superchain data.
Structs§
- CHAINS
- Chain configurations exported from the registry
- Chain
- A Chain Definition.
- Chain
Config - Defines core blockchain settings per block.
- Chain
List - List of Chains.
- OPCHAINS
- OP Chain configurations exported from the registry
- ROLLUP_
CONFIGS - Rollup configurations exported from the registry
- Registry
- The registry containing all the superchain configurations.
- Rollup
Config - The Rollup configuration.
Functions§
- rollup_
config_ by_ alloy_ ident - Returns a RollupConfig by its identifier.
- rollup_
config_ by_ ident - Returns a RollupConfig by its identifier.
Type Aliases§
- Default
Hash Builder - The default
BuildHasherused byHashMapandHashSet. - HashMap
- A
HashMapusing the default hasher.