From 84042038c53db110e1e1f310afdb8608e4e6680d Mon Sep 17 00:00:00 2001 From: Dimitri <69167058+dimsome@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:07:40 +0200 Subject: [PATCH] fix: bsc explorer link --- scripts/rpcConfig/constants/explorers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rpcConfig/constants/explorers.ts b/scripts/rpcConfig/constants/explorers.ts index 01562863..8182e000 100644 --- a/scripts/rpcConfig/constants/explorers.ts +++ b/scripts/rpcConfig/constants/explorers.ts @@ -10,6 +10,6 @@ export const explorers = { [ChainSlug.WINR]: "https://explorerl2new-winr-mainnet-0.t.conduit.xyz", [ChainSlug.BLAST]: "https://blastscan.io", [ChainSlug.BSC_TESTNET]: - "https://testnet.bscscan.com/assets/bsc/images/svg/logos/logo-light.svg?v=24.5.5.0", + "https://testnet.bscscan.com/", [ChainSlug.POLYNOMIAL]: "https://explorer.polynomial.fi", };