add Q networks (#1359)

* add Q networks

* fix q testnet short name

* fix q testnet short name for more consistent
This commit is contained in:
yurii-aristarkhov 2022-07-15 22:31:59 +03:00 committed by GitHub
parent ebea86c8fe
commit 07b8568d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"name": "Q Mainnet",
"chain": "Q",
"network": "mainnet",
"rpc": [
"https://rpc.q.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"infoURL": "https://q.org",
"shortName": "q",
"chainId": 35441,
"networkId": 35441,
"icon": "q",
"explorers": [
{
"name": "Q explorer",
"url": "https://explorer.q.org",
"icon": "q",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,27 @@
{
"name": "Q Testnet",
"chain": "Q",
"network": "testnet",
"rpc": [
"https://rpc.qtestnet.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Q token",
"symbol": "Q",
"decimals": 18
},
"infoURL": "https://q.org/",
"shortName": "q-testnet",
"chainId": 35443,
"networkId": 35443,
"icon": "q",
"explorers": [
{
"name": "Q explorer",
"url": "https://explorer.qtestnet.org",
"icon": "q",
"standard": "EIP3091"
}
]
}

8
_data/icons/q.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB