add Conflux mainnet (#725)

This commit is contained in:
Péter Garamvölgyi 2022-01-04 18:26:42 +08:00 committed by GitHub
parent f03e61c8a2
commit 3e446a8b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,23 @@
{
"name": "Conflux",
"chain": "Conflux",
"network": "mainnet",
"rpc": ["https://ethcore.confluxrpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "CFX",
"symbol": "CFX",
"decimals": 18
},
"infoURL": "https://confluxnetwork.org",
"shortName": "cfx",
"chainId": 1030,
"networkId": 1030,
"explorers": [
{
"name": "Conflux Scan",
"url": "https://confluxscan.io",
"standard": "none"
}
]
}