mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
618 B
JSON
29 lines
618 B
JSON
{
|
|
"name": "Quadrans Blockchain Testnet",
|
|
"chain": "tQDC",
|
|
"network": "testnet",
|
|
"icon": "quadrans",
|
|
"rpc": [
|
|
"https://rpctest.quadrans.io",
|
|
"https://rpctest2.quadrans.io"
|
|
],
|
|
"faucets": [
|
|
"https://faucetpage.quadrans.io"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Quadrans Testnet Coin",
|
|
"symbol": "tQDC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://quadrans.io",
|
|
"shortName": "quadranstestnet",
|
|
"chainId": 10947,
|
|
"networkId": 10947,
|
|
"explorers": [{
|
|
"name": "explorer",
|
|
"url": "https://explorer.testnet.quadrans.io",
|
|
"icon": "quadrans",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|