From 37eb629ded284f8a53e8ec024d8352b99b48f45c Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Sun, 4 Dec 2022 17:47:21 +0000 Subject: [PATCH] Added etherfair.org explorer url (#1965) * Added explorer url * Ran prettier on json Co-authored-by: ligi --- _data/chains/eip155-513100.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-513100.json b/_data/chains/eip155-513100.json index 0b866cf2..d2780955 100644 --- a/_data/chains/eip155-513100.json +++ b/_data/chains/eip155-513100.json @@ -11,6 +11,12 @@ }, "rpc": ["https://rpc.etherfair.org"], "faucets": [], - "explorers": [], + "explorers": [ + { + "name": "etherfair", + "url": "https://explorer.etherfair.org", + "standard": "EIP3091" + } + ], "infoURL": "https://etherfair.org" }