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