From 9d13995ba1c5ce43fade6ed2166c77b0e1d4a6f5 Mon Sep 17 00:00:00 2001 From: Tom McGuire Date: Tue, 9 Apr 2024 16:20:58 -0700 Subject: [PATCH] chore: remove trailing slash from base urls --- src/web3/networkConfig.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/web3/networkConfig.ts b/src/web3/networkConfig.ts index e0a780ec5f0..d744d35d88e 100644 --- a/src/web3/networkConfig.ts +++ b/src/web3/networkConfig.ts @@ -435,14 +435,14 @@ const ETHERSCAN_BASE_URL_MAINNET = 'https://etherscan.io' const ARBISCAN_BASE_URL_ONE = 'https://arbiscan.io' const ARBISCAN_BASE_URL_SEPOLIA = 'https://sepolia.arbiscan.io' -const OP_MAINNET_EXPLORER_BASE_URL = 'https://optimistic.etherscan.io/' -const OP_SEPOLIA_EXPLORER_BASE_URL = 'https://sepolia-optimism.etherscan.io/' +const OP_MAINNET_EXPLORER_BASE_URL = 'https://optimistic.etherscan.io' +const OP_SEPOLIA_EXPLORER_BASE_URL = 'https://sepolia-optimism.etherscan.io' -const POLYGON_POS_BASE_URL_MUMBAI = 'https://mumbai.polygonscan.com/' -const POLYGON_POS_BASE_URL_MAINNET = 'https://polygonscan.com/' +const POLYGON_POS_BASE_URL_MUMBAI = 'https://mumbai.polygonscan.com' +const POLYGON_POS_BASE_URL_MAINNET = 'https://polygonscan.com' -const BASE_BASE_URL_SEPOLIA = 'https://sepolia.basescan.org/' -const BASE_BASE_URL_MAINNET = 'https://basescan.org/' +const BASE_BASE_URL_SEPOLIA = 'https://sepolia.basescan.org' +const BASE_BASE_URL_MAINNET = 'https://basescan.org' export const blockExplorerUrls: BlockExplorerUrls = { [NetworkId['celo-mainnet']]: {