mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"name": "Conflux eSpace (Testnet)",
|
|
"chain": "Conflux",
|
|
"rpc": ["https://evmtestnet.confluxrpc.com"],
|
|
"faucets": ["https://faucet.confluxnetwork.org"],
|
|
"nativeCurrency": {
|
|
"name": "CFX",
|
|
"symbol": "CFX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://confluxnetwork.org",
|
|
"shortName": "cfxtest",
|
|
"chainId": 71,
|
|
"networkId": 71,
|
|
"icon": "conflux",
|
|
"explorers": [
|
|
{
|
|
"name": "Conflux Scan",
|
|
"url": "https://evmtestnet.confluxscan.net",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|