File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ import chainConfig from './config/config.json';
1414
1515const isNativeChainType = chainConfig . chains . default . asset == 'Native' ;
1616const 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' ;
2118const settings = {
2219 optimizer : {
2320 enabled : true ,
Original file line number Diff line number Diff line change @@ -45,13 +45,6 @@ IexecPocoAccessorsDelegate: 0xa1d371eF7bf36e89Db41276543ACf91Ec50Dd261 // https:
4545
46460b. 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-
5548Contracts have been verified using ` etherscan-verify ` plugin of ` hardhat-deploy ` (v0.12.4):
5649```
5750npx hardhat --network bellecour etherscan-verify
You can’t perform that action at this time.
0 commit comments