Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 64f5668

Browse files
authored
Add MathChain SS58 address type (#7158)
1 parent 8f19521 commit 64f5668

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ss58-registry.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,24 @@
244244
"standardAccount": "*25519",
245245
"website": "https://centrifuge.io/"
246246
},
247+
{
248+
"prefix": 39,
249+
"network": "mathchain",
250+
"displayName": "MathChain mainnet",
251+
"symbols": ["MATH"],
252+
"decimals": [18],
253+
"standardAccount": "*25519",
254+
"website": "https://mathwallet.org"
255+
},
256+
{
257+
"prefix": 40,
258+
"network": "mathchain-testnet",
259+
"displayName": "MathChain testnet",
260+
"symbols": ["MATH"],
261+
"decimals": [18],
262+
"standardAccount": "*25519",
263+
"website": "https://mathwallet.org"
264+
},
247265
{
248266
"prefix": 42,
249267
"network": "substrate",

0 commit comments

Comments
 (0)