macro_rules! key_for {
($name:expr, "mainnet") => { ... };
($name:expr, $env:expr) => { ... };
}
Available on crate feature
superchain-configs
only.Expand description
Generates the key string for a given name and environment pair.