chains/_data/chains/eip155-1030.json
Péter Garamvölgyi 42cfab445a
Add Conflux testnet (#802)
* add Conflux testnet

* specify unique shortName

* update explorer URL

* update testnet RPC URL
2022-01-28 16:07:35 +01:00

23 lines
499 B
JSON

{
"name": "Conflux Mainnet",
"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.io",
"standard": "none"
}
]
}