Skip to content

Commit

Permalink
Remove blockscout v5 refs (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec authored Nov 25, 2024
2 parents aeb9e09 + a1d1a98 commit e17654d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## vNEXT

- Remove references to blockscout v5. (#161)
- Migrate integration test files to Typescript & Hardhat:
- 000_fullchain.js (#156, #157)
- 00X_fullchain-Xworkers.js (#158, #159)
Expand Down
5 changes: 1 addition & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import chainConfig from './config/config.json';

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
const bellecourBlockscoutUrl = 'https://blockscout.bellecour.iex.ec';
const settings = {
optimizer: {
enabled: true,
Expand Down
7 changes: 0 additions & 7 deletions scripts/sponsoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ IexecPocoAccessorsDelegate: 0xa1d371eF7bf36e89Db41276543ACf91Ec50Dd261 // https:

0b. Verify contracts

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

- Blockscout v6

Contracts have been verified using `etherscan-verify` plugin of `hardhat-deploy` (v0.12.4):
```
npx hardhat --network bellecour etherscan-verify
Expand Down

0 comments on commit e17654d

Please sign in to comment.