mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Conflux mainnet (#725)
This commit is contained in:
parent
f03e61c8a2
commit
3e446a8b74
23
_data/chains/eip155-1030.json
Normal file
23
_data/chains/eip155-1030.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user