mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
add ss58 id for nodle (#7279)
* add ss58 id for nodle * update json ss58-registry as requested
This commit is contained in:
committed by
GitHub
parent
ba229c629f
commit
e3682fa2f4
@@ -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 =>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user