Skip to content

Commit 4b3ea32

Browse files
committed
migrate blockscout v6 dns
1 parent a803fbd commit 4b3ea32

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.bellecour.iex.ec'
20-
: 'https://blockscout-v6.bellecour.iex.ec'; // Use Blockscout v6 by default
19+
? 'https://blockscout-v5.bellecour.iex.ec' // to be removed in 3 months
20+
: 'https://blockscout.bellecour.iex.ec'; // Use Blockscout v6 by default
2121
const settings = {
2222
optimizer: {
2323
enabled: true,

0 commit comments

Comments
 (0)