Add SS58 prefix for Automata (#9805)

This commit is contained in:
RyuH1
2021-10-01 19:22:13 +08:00
committed by GitHub
parent 00973f5b62
commit 29ff036463
2 changed files with 22 additions and 0 deletions
+18
View File
@@ -640,6 +640,15 @@
"standardAccount": "secp256k1",
"website": "https://moonbeam.network"
},
{
"prefix": 2349,
"network": "automata",
"displayName": "Automata Mainnet",
"symbols": ["ATA"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://ata.network"
},
{
"prefix": 10041,
"network": "basilisk",
@@ -648,6 +657,15 @@
"decimals": [12],
"standardAccount": "*25519",
"website": "https://bsx.fi"
},
{
"prefix": 11820,
"network": "contextfree",
"displayName": "Automata ContextFree",
"symbols": ["CTX"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://ata.network"
}
]
}