mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
3487ace920
commit
fec9505a6a
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user