mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add quarix Blockchain mainnet and testnet (#2356)
* 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>
This commit is contained in:
parent
a0175d9b92
commit
6943b86816
18
_data/chains/eip155-8888881.json
Normal file
18
_data/chains/eip155-8888881.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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": []
|
||||
}
|
18
_data/chains/eip155-8888888.json
Normal file
18
_data/chains/eip155-8888888.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Quarix",
|
||||
"chain": "Quarix",
|
||||
"status": "incubating",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Q",
|
||||
"symbol": "Q",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "",
|
||||
"shortName": "quarix",
|
||||
"chainId": 8888888,
|
||||
"networkId": 8888888,
|
||||
"icon": "quarix",
|
||||
"explorers": []
|
||||
}
|
8
_data/icons/quarix.json
Normal file
8
_data/icons/quarix.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmZmY6xVNzRAGwyT64PuyHaQ33BR84HEWvTVf6YHPW7kvQ",
|
||||
"width": 1024,
|
||||
"height": 1024,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user