From e5d2f53d1893f3b8a6322a064e4f48b2d49986d7 Mon Sep 17 00:00:00 2001 From: NingBo Wang <2536935847@qq.com> Date: Tue, 31 May 2022 14:54:47 +0800 Subject: [PATCH] Fix test error --- _data/chains/eip155-1506.json | 4 ++-- _data/chains/eip155-1507.json | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_data/chains/eip155-1506.json b/_data/chains/eip155-1506.json index 0f2eab19..120f48a8 100644 --- a/_data/chains/eip155-1506.json +++ b/_data/chains/eip155-1506.json @@ -18,8 +18,8 @@ "explorers": [ { "name": "Sherpax Mainnet Explorer", - "url": "https://evm.sherpax.io/", + "url": "https://evm.sherpax.io", "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-1507.json b/_data/chains/eip155-1507.json index 60e20dfe..424a3836 100644 --- a/_data/chains/eip155-1507.json +++ b/_data/chains/eip155-1507.json @@ -12,14 +12,15 @@ "decimals": 18 }, "infoURL": "https://sherpax.io/", - "shortName": "Sherpax", - "chainId": 1506, - "networkId": 1506, + "shortName": "Sherpax Testnet", + "chainId": 1507, + "networkId": 1507, "explorers": [ { "name": "Sherpax Testnet Explorer", - "url": "https://evm-pre.sherpax.io/", + "url": "https://evm-pre.sherpax.io", "standard": "none" } ] -} \ No newline at end of file +} +