mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 16:21:02 +00:00
Add ss58 version prefix for Litentry (#7918)
This commit is contained in:
@@ -504,6 +504,8 @@ ss58_address_format!(
|
|||||||
(29, "cord", "Dhiway CORD network, standard account (*25519).")
|
(29, "cord", "Dhiway CORD network, standard account (*25519).")
|
||||||
PhalaAccount =>
|
PhalaAccount =>
|
||||||
(30, "phala", "Phala Network, standard account (*25519).")
|
(30, "phala", "Phala Network, standard account (*25519).")
|
||||||
|
LitentryAccount =>
|
||||||
|
(31, "litentry", "Litentry Network, standard account (*25519).")
|
||||||
RobonomicsAccount =>
|
RobonomicsAccount =>
|
||||||
(32, "robonomics", "Any Robonomics network standard account (*25519).")
|
(32, "robonomics", "Any Robonomics network standard account (*25519).")
|
||||||
DataHighwayAccount =>
|
DataHighwayAccount =>
|
||||||
|
|||||||
@@ -289,6 +289,15 @@
|
|||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": "https://phala.network"
|
"website": "https://phala.network"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"prefix": 31,
|
||||||
|
"network": "litentry",
|
||||||
|
"displayName": "Litentry Network",
|
||||||
|
"symbols": ["LIT"],
|
||||||
|
"decimals": [12],
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://litentry.com/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"prefix": 32,
|
"prefix": 32,
|
||||||
"network": "robonomics",
|
"network": "robonomics",
|
||||||
|
|||||||
Reference in New Issue
Block a user