diff --git a/lib/src/config_loader.rs b/lib/src/config_loader.rs index 661ce1a..765b5e3 100644 --- a/lib/src/config_loader.rs +++ b/lib/src/config_loader.rs @@ -276,7 +276,7 @@ where converted_id.to_ss58check_with_version(Ss58AddressFormat::custom(1110)) ); println!( - "Canary Matrix: {}", + "Canary: {}", converted_id.to_ss58check_with_version(Ss58AddressFormat::custom(9030)) );