From 9677f2248b3d3a7eb9be4cfa2b9e81eddfca9ced Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 17 Mar 2022 09:04:54 +0700 Subject: [PATCH] Remove explorer URL slash on the end --- _data/chains/eip155-4918.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-4918.json b/_data/chains/eip155-4918.json index 9e242dd0..3ae10e4d 100644 --- a/_data/chains/eip155-4918.json +++ b/_data/chains/eip155-4918.json @@ -8,13 +8,13 @@ "symbol": "XVM", "decimals": 18 }, - "infoURL": "https://venidium.io/", + "infoURL": "https://venidium.io", "shortName": "xvm", "chainId": 4918, "networkId": 4918, "explorers": [{ "name": "Venidium EVM Testnet Explorer", - "url": "https://evm-testnet.venidiumexplorer.com/", + "url": "https://evm-testnet.venidiumexplorer.com", "standard": "EIP3091" }] }