Skip to content
Snippets Groups Projects
Commit b707a487 authored by Miguel Hervas's avatar Miguel Hervas Committed by GitHub
Browse files

Prep for Altair - Add ss58 prefix (#9123)

* Prep for Altair - Add ss58 prefix

* fix indent

* fix indent
parent 361d02f9
No related merge requests found
......@@ -329,7 +329,7 @@
"prefix": 36,
"network": "centrifuge",
"displayName": "Centrifuge Chain",
"symbols": ["RAD"],
"symbols": ["CFG"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://centrifuge.io/"
......@@ -522,7 +522,7 @@
"decimals": [18],
"standardAccount": "*25519",
"website": "https://polkafoundry.com"
},
},
{
"prefix": 101,
"network": "origintrail-parachain",
......@@ -532,6 +532,15 @@
"standardAccount": "secp256k1",
"website": "https://origintrail.io"
},
{
"prefix": 136,
"network": "altair",
"displayName": "Altair",
"symbols": ["AIR"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://centrifuge.io/"
},
{
"prefix": 252,
"network": "social-network",
......
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