update Conflux network names (#848)

This commit is contained in:
Péter Garamvölgyi 2022-02-09 20:20:58 +08:00 committed by GitHub
parent 3849f6168f
commit 5b500fd715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

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

View File

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