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:
quarix-tech 2023-03-26 16:45:41 +07:00 committed by GitHub
parent a0175d9b92
commit 6943b86816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 0 deletions

View 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": []
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZmY6xVNzRAGwyT64PuyHaQ33BR84HEWvTVf6YHPW7kvQ",
"width": 1024,
"height": 1024,
"format": "png"
}
]