Skip to content

Commit

Permalink
Add Sora network SS58 Address (paritytech#8261)
Browse files Browse the repository at this point in the history
* Add Sora network SS58 Address

Signed-off-by: Vladislav Markushin <[email protected]>

* Update Sora network SS58 Address to `69`

Signed-off-by: Vladislav Markushin <[email protected]>

Co-authored-by: thiolliere <[email protected]>
  • Loading branch information
vmarkushin and gui1117 authored Apr 14, 2021
1 parent 94ea191 commit 99f8e8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 99f8e8c

Please sign in to comment.