Skip to content

Commit

Permalink
Add ICE Network (#161)
Browse files Browse the repository at this point in the history
* New prefix for the ICE Network

* Remove arctic testnet
  • Loading branch information
andrii-kl authored Feb 22, 2023
1 parent 47d02b2 commit b1a42bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,19 +992,19 @@
"website": "https://chainflip.io/"
},
{
"prefix": 2207,
"network": "SNOW",
"displayName": "SNOW: ICE Canary Network",
"symbols": ["ICZ"],
"prefix": 2206,
"network": "ICE",
"displayName": "ICE Network",
"symbols": ["ICY"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://icenetwork.io"
},
{
"prefix": 2208,
"network": "ICE",
"displayName": "ICE Network",
"symbols": ["ICY"],
"prefix": 2207,
"network": "SNOW",
"displayName": "SNOW: ICE Canary Network",
"symbols": ["ICZ"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://icenetwork.io"
Expand All @@ -1017,7 +1017,7 @@
"decimals": [18],
"standardAccount": "*25519",
"website": "https://subspace.network"
},
},
{
"prefix": 4006,
"network": "tangle",
Expand Down

0 comments on commit b1a42bd

Please sign in to comment.