mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
434 B
JSON
25 lines
434 B
JSON
{
|
|
"name": "Q Mainnet",
|
|
"chain": "Q",
|
|
"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"
|
|
}
|
|
]
|
|
}
|