mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 06:51:07 +00:00
add zero.io (#7310)
* feat(zero): add zero.io + alphaville * update zero.io testnet * Update crypto.rs * Update crypto.rs
This commit is contained in:
@@ -486,6 +486,10 @@ ss58_address_format!(
|
|||||||
(22, "dock-mainnet", "Dock mainnet, standard account (*25519).")
|
(22, "dock-mainnet", "Dock mainnet, standard account (*25519).")
|
||||||
ShiftNrg =>
|
ShiftNrg =>
|
||||||
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
|
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
|
||||||
|
ZeroAccount =>
|
||||||
|
(24, "zero", "ZERO mainnet, standard account (*25519).")
|
||||||
|
AlphavilleAccount =>
|
||||||
|
(25, "alphaville", "ZERO testnet, standard account (*25519).")
|
||||||
SubsocialAccount =>
|
SubsocialAccount =>
|
||||||
(28, "subsocial", "Subsocial network, standard account (*25519).")
|
(28, "subsocial", "Subsocial network, standard account (*25519).")
|
||||||
PhalaAccount =>
|
PhalaAccount =>
|
||||||
|
|||||||
@@ -208,6 +208,24 @@
|
|||||||
"standardAccount": "*25519",
|
"standardAccount": "*25519",
|
||||||
"website": null
|
"website": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"prefix": 24,
|
||||||
|
"network": "zero",
|
||||||
|
"displayName": "ZERO",
|
||||||
|
"symbols": ["PLAY"],
|
||||||
|
"decimals": 18,
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://zero.io"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"prefix": 25,
|
||||||
|
"network": "zero-alphaville",
|
||||||
|
"displayName": "ZERO Alphaville",
|
||||||
|
"symbols": ["PLAY"],
|
||||||
|
"decimals": 18,
|
||||||
|
"standardAccount": "*25519",
|
||||||
|
"website": "https://zero.io"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"prefix": 28,
|
"prefix": 28,
|
||||||
"network": "subsocial",
|
"network": "subsocial",
|
||||||
|
|||||||
Reference in New Issue
Block a user