From 87eb4d787030c42609543f4a355572c54ec81965 Mon Sep 17 00:00:00 2001 From: PEPO <47273814+vPEPO@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:36:28 -0300 Subject: [PATCH] Update CeloNetworkInfo (#260) Switch the explorer from https://explorer.celo.org/ to https://celoscan.io/ --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index d1856b24..a5ffdb88 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -39,7 +39,7 @@ export function getEtherscanLink( networkVersion === PolygonNetworkInfo ? 'https://polygonscan.com/' : networkVersion === CeloNetworkInfo - ? 'https://explorer.celo.org' + ? 'https://celoscan.io/' : networkVersion === ArbitrumNetworkInfo ? 'https://arbiscan.io/' : networkVersion === OptimismNetworkInfo