Skip to content

Commit 08e6475

Browse files
authored
WT-2011 - Patch the mainnet blockscout (#1290)
1 parent b51bb41 commit 08e6475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/checkout/sdk/src/env/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const BLOCKSCOUT_CHAIN_URL_MAP: {
163163
nativeToken: SANDBOX_CHAIN_ID_NETWORK_MAP.get(ChainId.IMTBL_ZKEVM_TESTNET)!.nativeCurrency,
164164
},
165165
[ChainId.IMTBL_ZKEVM_MAINNET]: {
166-
url: 'https://explorer.mainnet.immutable.com',
166+
url: 'https://explorer.immutable.com',
167167
nativeToken: PRODUCTION_CHAIN_ID_NETWORK_MAP.get(ChainId.IMTBL_ZKEVM_MAINNET)!.nativeCurrency,
168168
},
169169
[ChainId.SEPOLIA]: {

0 commit comments

Comments
 (0)