Apply suggestions from code review

Remove trailing slash from explorer url, removed EIP3091 from the list of supported standards

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Ishan Jain 2023-06-16 13:18:39 +05:30
parent 3487ace920
commit fec9505a6a

View File

@ -16,9 +16,9 @@
"explorers": [ "explorers": [
{ {
"name": "avoscan", "name": "avoscan",
"url": "https://avoscan.co/", "url": "https://avoscan.co",
"icon": "avocado", "icon": "avocado",
"standard": "EIP3091" "standard": "none"
} }
] ]
} }