Skip to content

Commit 2314f17

Browse files
committed
remove blockscout update
1 parent 04ee8bb commit 2314f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const isNativeChainType = chainConfig.chains.default.asset == 'Native';
1616
const isLocalFork = process.env.LOCAL_FORK == 'true';
1717
const bellecourBlockscoutUrl =
1818
process.env.BLOCKSCOUT_VERSION == 'v5'
19-
? 'https://blockscout-v5.bellecour.iex.ec' // to be removed in 3 months
20-
: 'https://blockscout.bellecour.iex.ec'; // Use Blockscout v6 by default
19+
? 'https://blockscout.bellecour.iex.ec'
20+
: 'https://blockscout-v6.bellecour.iex.ec'; // Use Blockscout v6 by default
2121
const settings = {
2222
optimizer: {
2323
enabled: true,

0 commit comments

Comments
 (0)