Skip to content

Commit

Permalink
Merge pull request #75 from rsksmart/rits-start-tests-with-all-forks-…
Browse files Browse the repository at this point in the history
…active

Starts tests with all forks active
  • Loading branch information
marcos-iov authored Sep 9, 2024
2 parents 8f012ff + 714098b commit 2ff3324
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,16 @@ global.Runners = {
hosts: {},
common: {
forks: {
orchid: createForkObject('orchid', 100),
wasabi100: createForkObject('wasabi', 250),
papyrus200: createForkObject('papyrus', 450),
iris300: createForkObject('iris', 700),
hop400: createForkObject('hop', 1000),
hop401: createForkObject('hop401', 1010),
fingerroot500: createForkObject('fingerroot', 1350),
arrowhead600: createForkObject('arrowhead', 1600),
lovell700: createForkObject('lovell', 1700)
orchid: createForkObject('orchid', 1),
wasabi100: createForkObject('wasabi', 1),
papyrus200: createForkObject('papyrus', 1),
iris300: createForkObject('iris', 1),
hop400: createForkObject('hop', 1),
hop401: createForkObject('hop401', 1),
fingerroot500: createForkObject('fingerroot', 1),
arrowhead600: createForkObject('arrowhead', 1),
arrowhead631: createForkObject('arrowhead631', 1),
lovell700: createForkObject('lovell', -1),
},
additionalFederationAddresses: []
}
Expand Down

0 comments on commit 2ff3324

Please sign in to comment.