update Conflux network names

This commit is contained in:
Thegaram 2022-02-08 15:44:06 +08:00
parent 9e682a4f49
commit 777173972a
No known key found for this signature in database
GPG Key ID: E7E67245F9A794B9
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"
}
]