Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add ss58 id for nodle (#7279)
Browse files Browse the repository at this point in the history
* add ss58 id for nodle

* update json ss58-registry as requested
  • Loading branch information
ETeissonniere authored Oct 8, 2020
1 parent 90e8abf commit 258558a
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 @@ -496,6 +496,8 @@ ss58_address_format!(
(33, "datahighway", "DataHighway mainnet, standard account (*25519).")
CentrifugeAccount =>
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
NodleAccount =>
(37, "nodle", "Nodle Chain mainnet, standard account (*25519).")
SubstrateAccount =>
(42, "substrate", "Any Substrate network, standard account (*25519).")
Reserved43 =>
Expand Down
9 changes: 9 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@
"standardAccount": "*25519",
"website": "https://centrifuge.io/"
},
{
"prefix": 37,
"network": "nodle",
"displayName": "Nodle Chain",
"symbols": ["NODL"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://nodle.io/"
},
{
"prefix": 39,
"network": "mathchain",
Expand Down

0 comments on commit 258558a

Please sign in to comment.