From 376314760b1b376c4d9d047f010ff7393f46ed87 Mon Sep 17 00:00:00 2001 From: pingke Date: Tue, 22 Feb 2022 15:43:32 +0800 Subject: [PATCH] update explorers from http to https --- _data/chains/eip155-333.json | 2 +- _data/chains/eip155-3333.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-333.json b/_data/chains/eip155-333.json index fe5942fa..53c061b9 100644 --- a/_data/chains/eip155-333.json +++ b/_data/chains/eip155-333.json @@ -17,7 +17,7 @@ "networkId": 333, "explorers": [{ "name": "w3q-mainnet", - "url": "http://explorer.mainnet.web3q.io", + "url": "https://explorer.mainnet.web3q.io", "standard": "EIP3091" }] } diff --git a/_data/chains/eip155-3333.json b/_data/chains/eip155-3333.json index 7759c9cb..4c7bca7d 100644 --- a/_data/chains/eip155-3333.json +++ b/_data/chains/eip155-3333.json @@ -17,7 +17,7 @@ "networkId": 3333, "explorers": [{ "name": "w3q-testnet", - "url": "http://explorer.testnet.web3q.io", + "url": "https://explorer.testnet.web3q.io", "standard": "EIP3091" }] }