Skip to content

Commit

Permalink
remove blockscout v5 refs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Nov 21, 2024
1 parent ed33fb9 commit b818b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ npx hardhat deploy --network bellecour

### Verify contracts

- Blockscout v5

```
BLOCKSCOUT_VERSION=v5 npx hardhat run ./scripts/verify.ts --network bellecour
```

- Blockscout v6

```
npx hardhat run ./scripts/verify.ts --network bellecour
```
5 changes: 1 addition & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ import { forceZeroGasPriceWithSolidityCoverage } from './scripts/utils/modify-so
const managerAccount = Number(process.env.IEXEC_VOUCHER_MANAGER_ACCOUNT_INDEX) || null;
const minterAccount = Number(process.env.IEXEC_VOUCHER_MINTER_ACCOUNT_INDEX) || null;
export 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
const bellecourBlockscoutUrl = 'https://blockscout.bellecour.iex.ec';

const config: HardhatUserConfig = {
solidity: {
Expand Down

0 comments on commit b818b16

Please sign in to comment.