Add account prefix for Valiu (#7776)

This commit is contained in:
Daniel Olano
2020-12-23 22:11:32 +01:00
committed by GitHub
parent a6c392d0cc
commit 6fc67b19d7
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -502,6 +502,8 @@ ss58_address_format!(
(32, "robonomics", "Any Robonomics network standard account (*25519).")
DataHighwayAccount =>
(33, "datahighway", "DataHighway mainnet, standard account (*25519).")
ValiuAccount =>
(35, "vln", "Valiu Liquidity Network mainnet, standard account (*25519).")
CentrifugeAccount =>
(36, "centrifuge", "Centrifuge Chain mainnet, standard account (*25519).")
NodleAccount =>
+9
View File
@@ -280,6 +280,15 @@
"standardAccount": "*25519",
"website": null
},
{
"prefix": 35,
"network": "vln",
"displayName": "Valiu Liquidity Network",
"symbols": ["USDv"],
"decimals": [15],
"standardAccount": "*25519",
"website": "https://valiu.com/"
},
{
"prefix": 36,
"network": "centrifuge",