Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into tung_ss58address
  • Loading branch information
thanhtung6824 authored Jun 11, 2021
commit 437185ad176d01702638b9b258003798a3b49e65
4 changes: 4 additions & 0 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,10 @@ ss58_address_format!(
(67, "equilibrium", "Equilibrium Network, standard account (*25519).")
SoraAccount =>
(69, "sora", "SORA Network, standard account (*25519).")
MantaAccount =>
(77, "manta", "Manta Network, standard account (*25519).")
CalamariAccount =>
(78, "calamari", "Manta Canary Network, standard account (*25519).")
PolkaSmith =>
(98, "polkasmith", "PolkaSmith Canary Network, standard account (*25519).")
PolkaFoundry =>
Expand Down
22 changes: 20 additions & 2 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,25 @@
"website": "https://sora.org"
},
{
"prefix": 98,
"prefix": 77,
"network": "manta",
"displayName": "Manta network",
"symbols": ["MA"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://manta.network"
},
{
"prefix": 78,
"network": "calamari",
"displayName": "Calamari: Manta Canary Network",
"symbols": ["KMA"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://manta.network"
},
{
"prefix": 98,
"network": "polkasmith",
"displayName": "PolkaSmith Canary Network",
"symbols": ["PKS"],
Expand All @@ -504,7 +522,7 @@
"decimals": [18],
"standardAccount": "*25519",
"website": "https://polkafoundry.com"
},
},
{
"prefix": 252,
"network": "social-network",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.