We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a803fbd commit 4b3ea32Copy full SHA for 4b3ea32
hardhat.config.ts
@@ -16,8 +16,8 @@ const isNativeChainType = chainConfig.chains.default.asset == 'Native';
16
const isLocalFork = process.env.LOCAL_FORK == 'true';
17
const bellecourBlockscoutUrl =
18
process.env.BLOCKSCOUT_VERSION == 'v5'
19
- ? 'https://blockscout.bellecour.iex.ec'
20
- : '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
21
const settings = {
22
optimizer: {
23
enabled: true,
0 commit comments