From d08e86f86f19c4f8c66aad59d183565869980467 Mon Sep 17 00:00:00 2001 From: noah-ren Date: Sun, 12 Jun 2022 19:42:56 +1000 Subject: [PATCH] Add Arbiscan Testnet explorer (#1238) Add `https://testnet.arbiscan.io` for the Arbiscan Rinkeby network (ChainID 421611). --- _data/chains/eip155-421611.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/chains/eip155-421611.json b/_data/chains/eip155-421611.json index f01b9b59..e883727e 100644 --- a/_data/chains/eip155-421611.json +++ b/_data/chains/eip155-421611.json @@ -18,6 +18,11 @@ ], "infoURL": "https://arbitrum.io", "explorers": [ + { + "name": "arbiscan-testnet", + "url": "https://testnet.arbiscan.io", + "standard": "EIP3091" + }, { "name": "arbitrum-rinkeby", "url": "https://rinkeby-explorer.arbitrum.io",