mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Add Crust Network SS58 Address (#8064)
* Add Crust Address Format * Add Crust Address Format * Delete extra ss58 json info
This commit is contained in:
@@ -576,6 +576,9 @@ ss58_address_format!(
|
||||
(46, "reserved46", "Reserved for future use (46).")
|
||||
Reserved47 =>
|
||||
(47, "reserved47", "Reserved for future use (47).")
|
||||
CrustAccount =>
|
||||
(66, "crust", "Crust Network, standard account (*25519).")
|
||||
// Note: 48 and above are reserved.
|
||||
);
|
||||
|
||||
/// Set the default "version" (actually, this is a bit of a misnomer and the version byte is
|
||||
|
||||
@@ -432,6 +432,15 @@
|
||||
"decimals": null,
|
||||
"standardAccount": null,
|
||||
"website": null
|
||||
},
|
||||
{
|
||||
"prefix": 66,
|
||||
"network": "crust",
|
||||
"displayName": "Crust Network",
|
||||
"symbols": ["CRU"],
|
||||
"decimals": [12],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://crust.network"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user