macro_rules! create_superchain_specs {
( $( ($name:expr, $env:expr) ),+ $(,)? ) => { ... };
}
Available on crate feature
superchain-configs
only.Expand description
Create chain specs and an enum of every superchain (name, environment) pair.