From 1232cf64d642967895da87000521360b2cacc882 Mon Sep 17 00:00:00 2001 From: porkybalboa <91639901+porkybalboa@users.noreply.github.com> Date: Wed, 13 Oct 2021 22:31:42 +0200 Subject: [PATCH] added explorer (#487) --- _data/chains/eip155-10.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json index 99350723..6b08fb4a 100644 --- a/_data/chains/eip155-10.json +++ b/_data/chains/eip155-10.json @@ -12,5 +12,11 @@ "infoURL": "https://optimism.io", "shortName": "oeth", "chainId": 10, - "networkId": 10 + "networkId": 10, + + "explorers": [{ + "name": "etherscan", + "url": "https://optimistic.etherscan.io", + "standard": "none" + }] }