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