diff --git a/primitives/core/src/crypto.rs b/primitives/core/src/crypto.rs index c0a85cb228844..ec5cdf68b2d87 100644 --- a/primitives/core/src/crypto.rs +++ b/primitives/core/src/crypto.rs @@ -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 => diff --git a/ss58-registry.json b/ss58-registry.json index 767d1ec330216..4fd55f752b419 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -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",