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