From 4640be71e27f63fcff3178041afcf3a93d1e80b7 Mon Sep 17 00:00:00 2001 From: Jonas Daniels Date: Fri, 24 Mar 2023 12:51:34 -0700 Subject: [PATCH] fix canto testnet explorer url (http -> https) (#2489) --- _data/chains/eip155-740.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-740.json b/_data/chains/eip155-740.json index 013d2f6e..ad675d92 100644 --- a/_data/chains/eip155-740.json +++ b/_data/chains/eip155-740.json @@ -15,7 +15,7 @@ "explorers": [ { "name": "Canto Tesnet Explorer (Neobase)", - "url": "http://testnet-explorer.canto.neobase.one", + "url": "https://testnet-explorer.canto.neobase.one", "standard": "none" } ]