From b7252683371b8895df19f205bdbda0b19e7c9162 Mon Sep 17 00:00:00 2001 From: Thegaram Date: Thu, 27 Jan 2022 15:28:52 +0800 Subject: [PATCH] update explorer URL --- _data/chains/eip155-1030.json | 2 +- _data/chains/eip155-71.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1030.json b/_data/chains/eip155-1030.json index b1e072d4..04b1e138 100644 --- a/_data/chains/eip155-1030.json +++ b/_data/chains/eip155-1030.json @@ -16,7 +16,7 @@ "explorers": [ { "name": "Conflux Scan", - "url": "https://confluxscan.io", + "url": "https://evm.confluxscan.io", "standard": "none" } ] diff --git a/_data/chains/eip155-71.json b/_data/chains/eip155-71.json index 6a6af63e..6d49639f 100644 --- a/_data/chains/eip155-71.json +++ b/_data/chains/eip155-71.json @@ -17,7 +17,7 @@ "explorers": [ { "name": "Conflux Scan", - "url": "https://testnet.confluxscan.io", + "url": "https://evmtestnet.confluxscan.io", "standard": "none" } ]