mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "QEasyWeb3 Testnet",
|
|
"chain": "QET",
|
|
"rpc": ["https://qeasyweb3.com"],
|
|
"faucets": ["http://faucet.qeasyweb3.com"],
|
|
"nativeCurrency": {
|
|
"name": "QET",
|
|
"symbol": "QET",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.qeasyweb3.com",
|
|
"shortName": "QETTest",
|
|
"chainId": 9528,
|
|
"networkId": 9528,
|
|
"explorers": [
|
|
{
|
|
"name": "QEasyWeb3 Explorer",
|
|
"url": "https://www.qeasyweb3.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|