Skip to content

Commit

Permalink
remove blockscout update
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Nov 19, 2024
1 parent 04ee8bb commit 2314f17
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-v5.bellecour.iex.ec' // to be removed in 3 months
: 'https://blockscout.bellecour.iex.ec'; // Use Blockscout v6 by default
? 'https://blockscout.bellecour.iex.ec'
: 'https://blockscout-v6.bellecour.iex.ec'; // Use Blockscout v6 by default
const settings = {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 2314f17

Please sign in to comment.