Skip to content

Commit e17654d

Browse files
authored
Remove blockscout v5 refs (#161)
2 parents aeb9e09 + a1d1a98 commit e17654d

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## vNEXT
4-
4+
- Remove references to blockscout v5. (#161)
55
- Migrate integration test files to Typescript & Hardhat:
66
- 000_fullchain.js (#156, #157)
77
- 00X_fullchain-Xworkers.js (#158, #159)

hardhat.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ import chainConfig from './config/config.json';
1414

1515
const isNativeChainType = chainConfig.chains.default.asset == 'Native';
1616
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
17+
const bellecourBlockscoutUrl = 'https://blockscout.bellecour.iex.ec';
2118
const settings = {
2219
optimizer: {
2320
enabled: true,

scripts/sponsoring/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ IexecPocoAccessorsDelegate: 0xa1d371eF7bf36e89Db41276543ACf91Ec50Dd261 // https:
4545

4646
0b. Verify contracts
4747

48-
- Blockscout v5
49-
```
50-
BLOCKSCOUT_VERSION=v5 npx hardhat run ./scripts/sponsoring/verify.ts --network bellecour
51-
```
52-
53-
- Blockscout v6
54-
5548
Contracts have been verified using `etherscan-verify` plugin of `hardhat-deploy` (v0.12.4):
5649
```
5750
npx hardhat --network bellecour etherscan-verify

0 commit comments

Comments
 (0)