From 64ed3cc590e8fb4d09429963392725e77e6ebc3f Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Tue, 12 Mar 2024 18:32:29 -0300 Subject: [PATCH] canary --- lib/src/config_loader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) );