diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index aedfbd748650c49198f5768c57af7d7716068ecf..3479fc28c6358849903c717660cba6161234b885 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -586,6 +586,8 @@ ss58_address_format!( (65, "aventus", "Aventus Chain mainnet, standard account (*25519).") CrustAccount => (66, "crust", "Crust Network, standard account (*25519).") + SoraAccount => + (69, "sora", "SORA Network, standard account (*25519).") SocialAccount => (252, "social-network", "Social Network, standard account (*25519).") // Note: 16384 and above are reserved. diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 97b3b064e96df3e33023037ba41f6a6861c386e9..624d0256a81fe9f9b3b01e269462d011d0b15150 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -478,6 +478,15 @@ "standardAccount": "*25519", "website": "https://crust.network" }, + { + "prefix": 69, + "network": "sora", + "displayName": "SORA Network", + "symbols": ["XOR"], + "decimals": [18], + "standardAccount": "*25519", + "website": "https://sora.org" + }, { "prefix": 252, "network": "social-network",