diff --git a/src/templates.rs b/src/templates.rs index 897bd5e9c1..31f88dc574 100644 --- a/src/templates.rs +++ b/src/templates.rs @@ -78,7 +78,7 @@ where fn superscript(&self) -> String { if self.config.chain == Chain::Mainnet { - "beta".into() + "alpha".into() } else { self.config.chain.to_string() } @@ -148,7 +148,7 @@ mod tests {