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

Commit 258558a

Browse files
add ss58 id for nodle (#7279)
* add ss58 id for nodle * update json ss58-registry as requested
1 parent 90e8abf commit 258558a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

primitives/core/src/crypto.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@ ss58_address_format!(
496496
(33, "datahighway", "DataHighway mainnet, standard account (*25519).")
497497
CentrifugeAccount =>
498498
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
499+
NodleAccount =>
500+
(37, "nodle", "Nodle Chain mainnet, standard account (*25519).")
499501
SubstrateAccount =>
500502
(42, "substrate", "Any Substrate network, standard account (*25519).")
501503
Reserved43 =>

ss58-registry.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,15 @@
253253
"standardAccount": "*25519",
254254
"website": "https://centrifuge.io/"
255255
},
256+
{
257+
"prefix": 37,
258+
"network": "nodle",
259+
"displayName": "Nodle Chain",
260+
"symbols": ["NODL"],
261+
"decimals": [18],
262+
"standardAccount": "*25519",
263+
"website": "https://nodle.io/"
264+
},
256265
{
257266
"prefix": 39,
258267
"network": "mathchain",

0 commit comments

Comments
 (0)