Skip to content

Commit

Permalink
migrate blockscout v6 dns
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Nov 14, 2024
1 parent a803fbd commit 4b3ea32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const isNativeChainType = chainConfig.chains.default.asset == 'Native';
const isLocalFork = process.env.LOCAL_FORK == 'true';
const bellecourBlockscoutUrl =
process.env.BLOCKSCOUT_VERSION == 'v5'
? 'https://blockscout.bellecour.iex.ec'
: 'https://blockscout-v6.bellecour.iex.ec'; // Use Blockscout v6 by default
? 'https://blockscout-v5.bellecour.iex.ec' // to be removed in 3 months
: 'https://blockscout.bellecour.iex.ec'; // Use Blockscout v6 by default
const settings = {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 4b3ea32

Please sign in to comment.