Add MathChain SS58 address type (#7158)

This commit is contained in:
ST
2020-09-21 18:43:56 +08:00
committed by GitHub
parent 6d654a336b
commit 0a05acb0a6
+18
View File
@@ -244,6 +244,24 @@
"standardAccount": "*25519",
"website": "https://centrifuge.io/"
},
{
"prefix": 39,
"network": "mathchain",
"displayName": "MathChain mainnet",
"symbols": ["MATH"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://mathwallet.org"
},
{
"prefix": 40,
"network": "mathchain-testnet",
"displayName": "MathChain testnet",
"symbols": ["MATH"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://mathwallet.org"
},
{
"prefix": 42,
"network": "substrate",