From 5b500fd7156bf28c861a518beb5194d75d251cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Wed, 9 Feb 2022 20:20:58 +0800 Subject: [PATCH] update Conflux network names (#848) --- _data/chains/eip155-1030.json | 5 +++-- _data/chains/eip155-71.json | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index 04b1e138..6e548091 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -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" } ] diff --git a/_data/chains/eip155-71.json b/_data/chains/eip155-71.json index b3b61358..1c3167ec 100644 --- a/_data/chains/eip155-71.json +++ b/_data/chains/eip155-71.json @@ -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" } ]