Skip to content

Commit

Permalink
Fix lovell pre fork value
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov committed Jun 6, 2024
1 parent 0dcd996 commit 3c75a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/precompiled-abi-forks-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const preForkMap = {
[HOP401]: HOP,
[FINGERROOT]: HOP401,
[ARROWHEAD]: FINGERROOT,
[LOVELL]: LOVELL
[LOVELL]: ARROWHEAD
}

const cache = new Map();
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ global.Runners = {
hop401: createForkObject('hop401', 1010),
fingerroot500: createForkObject('fingerroot', 1350),
arrowhead600: createForkObject('arrowhead', 1600),
lovell700: createForkObject('lovell', 1900)
lovell700: createForkObject('lovell', 1700)
},
additionalFederationAddresses: []
}
Expand Down

0 comments on commit 3c75a22

Please sign in to comment.