From 40b243f1c8e363b2d7c19bedfe04655115aee6b7 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Thu, 5 Mar 2020 13:47:51 +0100 Subject: [PATCH] adding a ss58 format for Darwinia Network (#5026) --- substrate/primitives/core/src/crypto.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index 40b9a5ec31..574b8d417d 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -454,6 +454,8 @@ ss58_address_format!( (36, "centrifuge", "Centrifuge Chain mainnet, direct checksum, standard account (*25519).") SubstraTeeAccountDirect => (44, "substratee", "Any SubstraTEE off-chain network private account, direct checksum, standard account (*25519).") + DarwiniaAccountDirect => + (18, "darwinia", "Darwinia Chain mainnet, direct checksum, standard account (*25519).") ); /// Set the default "version" (actually, this is a bit of a misnomer and the version byte is