Skip to content
Snippets Groups Projects
Commit e4cb8621 authored by marco bahn's avatar marco bahn Committed by GitHub
Browse files

add zero.io (#7310)

* feat(zero): add zero.io + alphaville

* update zero.io testnet

* Update crypto.rs

* Update crypto.rs
parent 1632f981
No related merge requests found
......@@ -486,6 +486,10 @@ ss58_address_format!(
(22, "dock-mainnet", "Dock mainnet, standard account (*25519).")
ShiftNrg =>
(23, "shift", "ShiftNrg mainnet, standard account (*25519).")
ZeroAccount =>
(24, "zero", "ZERO mainnet, standard account (*25519).")
AlphavilleAccount =>
(25, "alphaville", "ZERO testnet, standard account (*25519).")
SubsocialAccount =>
(28, "subsocial", "Subsocial network, standard account (*25519).")
PhalaAccount =>
......
......@@ -208,6 +208,24 @@
"standardAccount": "*25519",
"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,
"network": "subsocial",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment