mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Add SS58 prefix for Automata (#9805)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user