fix canto testnet explorer url (http -> https) (#2489)

This commit is contained in:
Jonas Daniels 2023-03-24 12:51:34 -07:00 committed by GitHub
parent 979fa1f826
commit 4640be71e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]