snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+2 -2
View File
@@ -199,9 +199,9 @@ fn set_default_ss58_version(spec: &Box<dyn pezkuwi_service::ChainSpec>) {
let ss58_version = if spec.is_kusama() {
Ss58AddressFormatRegistry::KusamaAccount
} else if spec.is_zagros() {
Ss58AddressFormatRegistry::BizinikiwiAccount
Ss58AddressFormatRegistry::PezkuwichainAccount
} else {
Ss58AddressFormatRegistry::PezkuwiAccount
Ss58AddressFormatRegistry::PezkuwichainAccount
}
.into();