add Conflux mainnet

This commit is contained in:
Thegaram 2021-12-31 16:17:23 +08:00
parent fc51b2ebf2
commit f79a9ee1df
No known key found for this signature in database
GPG Key ID: E7E67245F9A794B9

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"
}
]
}