From 5d95739838cd81172cdb0d6b0860276beb61626e Mon Sep 17 00:00:00 2001 From: eunjay lee Date: Wed, 27 Apr 2022 11:25:52 +0900 Subject: [PATCH] modify mainnet name --- _data/chains/eip155-2023.json | 9 ++++----- _data/chains/eip155-22023.json | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json index 053891a5..0fafd618 100644 --- a/_data/chains/eip155-2023.json +++ b/_data/chains/eip155-2023.json @@ -3,28 +3,27 @@ "chain": "Taycan", "rpc": [ "https://test-taycan.hupayx.io", - "http://ttaycan-ws.hupayx.io:8546" ], "faucets": [ - "http://ttaycan-faucet.hupayx.io/" + "https://ttaycan-faucet.hupayx.io/" ], "nativeCurrency": { "name": "test-Shuffle", "symbol": "tSFL", "decimals": 18 }, - "infoURL": "http://hupayx.io", + "infoURL": "https://hupayx.io", "shortName": "taycan-testnet", "chainId": 2023, "networkId": 2023, "explorers": [{ "name": "Taycan Explorer(Blockscout)", - "url": "http://evmscan-test.hupayx.io/", + "url": "https://evmscan-test.hupayx.io/", "standard": "none" }, { "name": "Taycan Cosmos Explorer", - "url": "http://cosmoscan-test.hupayx.io/", + "url": "https://cosmoscan-test.hupayx.io/", "standard": "none" } ] diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json index ef44c64a..f8516ef6 100644 --- a/_data/chains/eip155-22023.json +++ b/_data/chains/eip155-22023.json @@ -11,18 +11,18 @@ "symbol": "SFL", "decimals": 18 }, - "infoURL": "http://hupayx.io", + "infoURL": "https://hupayx.io", "shortName": "SFL", "chainId": 22023, "networkId": 22023, "explorers": [{ "name": "Taycan Explorer(Blockscout)", - "url": "http://taycan-evmscan.hupayx.io/", + "url": "https://taycan-evmscan.hupayx.io/", "standard": "none" }, { "name": "Taycan Cosmos Explorer(BigDipper)", - "url": "http://taycan-cosmoscan.hupayx.io/", + "url": "https://taycan-cosmoscan.hupayx.io/", "standard": "none" }] }