mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
update Conflux network names (#848)
This commit is contained in:
parent
3849f6168f
commit
5b500fd715
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Conflux Mainnet",
|
||||
"name": "Conflux eSpace",
|
||||
"chain": "Conflux",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://evm.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -16,7 +17,7 @@
|
|||
"explorers": [
|
||||
{
|
||||
"name": "Conflux Scan",
|
||||
"url": "https://evm.confluxscan.io",
|
||||
"url": "https://evm.confluxscan.net",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "Conflux Testnet",
|
||||
"name": "Conflux eSpace (Testnet)",
|
||||
"chain": "Conflux",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://evmtestnet.confluxrpc.com"],
|
||||
"faucets": [],
|
||||
"faucets": ["https://faucet.confluxnetwork.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "CFX",
|
||||
"symbol": "CFX",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"explorers": [
|
||||
{
|
||||
"name": "Conflux Scan",
|
||||
"url": "https://evmtestnet.confluxscan.io",
|
||||
"url": "https://evmtestnet.confluxscan.net",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user