mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add quarix Blockchain mainnet and testnet * Update testnet shortname to be unique * Add quarix logo * Change ChainID and Filename --------- Co-authored-by: ligi <ligi@ligi.de>
19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"name": "Quarix Testnet",
|
|
"chain": "Quarix",
|
|
"status": "incubating",
|
|
"rpc": [],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Q",
|
|
"symbol": "Q",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "",
|
|
"shortName": "quarix-testnet",
|
|
"chainId": 8888881,
|
|
"networkId": 8888881,
|
|
"icon": "quarix",
|
|
"explorers": []
|
|
}
|