From 3c7b4479f291487bd2fcbd6dc4be390188928143 Mon Sep 17 00:00:00 2001 From: pingke Date: Mon, 21 Mar 2022 16:23:23 +0800 Subject: [PATCH] remove the slash for explorer url --- _data/chains/eip155-3334.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-3334.json b/_data/chains/eip155-3334.json index 49093782..4d4ba513 100644 --- a/_data/chains/eip155-3334.json +++ b/_data/chains/eip155-3334.json @@ -17,7 +17,7 @@ "networkId": 3334, "explorers": [{ "name": "w3q-galileo", - "url": "https://explorer.galileo.web3q.io/", + "url": "https://explorer.galileo.web3q.io", "standard": "EIP3091" }] }