Skip to content

Commit

Permalink
Starts tests with all forks active
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Sep 6, 2024
1 parent 06a195a commit 714098b
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 714098b

Please sign in to comment.