Skip to content

Commit

Permalink
Disable lovell
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Jan 14, 2025
1 parent b490fd6 commit 345acb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 4 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const createForkObject = (name, activationHeight) => {
if(isActive) {
return isActive;
}
if(this.activationHeight === -1) {
return false;
}
rskTxHelper = rskTxHelper || getRskTransactionHelper();
// Cache the result to avoid calling the network again if the fork is already active
const latestBlockNumber = await rskTxHelper.getBlockNumber();
Expand Down Expand Up @@ -88,7 +91,7 @@ global.Runners = {
hop401: createForkObject('hop401', 1010),
fingerroot500: createForkObject('fingerroot', 1350),
arrowhead600: createForkObject('arrowhead', 1600),
lovell700: createForkObject('lovell', 1700)
lovell700: createForkObject('lovell', -1)
},
additionalFederationAddresses: []
}
Expand Down
6 changes: 0 additions & 6 deletions tests/01_08_50-activate-lovell700.js

This file was deleted.

0 comments on commit 345acb1

Please sign in to comment.