From fec9505a6ad2366b161043fa24eeeeba92865fd5 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Fri, 16 Jun 2023 13:18:39 +0530 Subject: [PATCH] Apply suggestions from code review Remove trailing slash from explorer url, removed EIP3091 from the list of supported standards Co-authored-by: ligi --- _data/chains/eip155-634.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-634.json b/_data/chains/eip155-634.json index 17c14c2d..d26ef3c0 100644 --- a/_data/chains/eip155-634.json +++ b/_data/chains/eip155-634.json @@ -16,9 +16,9 @@ "explorers": [ { "name": "avoscan", - "url": "https://avoscan.co/", + "url": "https://avoscan.co", "icon": "avocado", - "standard": "EIP3091" + "standard": "none" } ] }