Update SS58 configuration for Bifrost (#7142)

* Add 6 as address type of ss58 for Bifrost Network

* Update SS58 configuration for Bifrost
This commit is contained in:
Jianping Deng
2020-09-18 19:23:41 +08:00
committed by GitHub
parent 67e1dad940
commit 22ea00a169
+3 -3
View File
@@ -68,10 +68,10 @@
"prefix": 6, "prefix": 6,
"network": "bitfrost", "network": "bitfrost",
"displayName": "Bitfrost", "displayName": "Bitfrost",
"symbols": null, "symbols": ["BNC"],
"decimals": null, "decimals": [12],
"standardAccount": "*25519", "standardAccount": "*25519",
"website": null "website": "https://bifrost.finance/"
}, },
{ {
"prefix": 7, "prefix": 7,