mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
ebea86c8fe
commit
07b8568d53
27
_data/chains/eip155-35441.json
Normal file
27
_data/chains/eip155-35441.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
27
_data/chains/eip155-35443.json
Normal file
27
_data/chains/eip155-35443.json
Normal 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
8
_data/icons/q.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQUQKe8VEtSthhgXnJ3EmEz94YhpVCpUDZAiU9KYyNLya",
|
||||
"width": 585,
|
||||
"height": 603,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user