Add Crust Network SS58 Address (#8064)

* Add Crust Address Format

* Add Crust Address Format

* Delete extra ss58 json info
This commit is contained in:
Kun
2021-02-09 21:53:01 +08:00
committed by GitHub
parent f174e14793
commit 929c1c732a
2 changed files with 12 additions and 0 deletions
+9
View File
@@ -432,6 +432,15 @@
"decimals": null,
"standardAccount": null,
"website": null
},
{
"prefix": 66,
"network": "crust",
"displayName": "Crust Network",
"symbols": ["CRU"],
"decimals": [12],
"standardAccount": "*25519",
"website": "https://crust.network"
}
]
}