diff --git a/lib/precompiled-abi-forks-util.js b/lib/precompiled-abi-forks-util.js index ad36fd71..c9793fda 100644 --- a/lib/precompiled-abi-forks-util.js +++ b/lib/precompiled-abi-forks-util.js @@ -28,7 +28,7 @@ const preForkMap = { [HOP401]: HOP, [FINGERROOT]: HOP401, [ARROWHEAD]: FINGERROOT, - [LOVELL]: LOVELL + [LOVELL]: ARROWHEAD } const cache = new Map(); diff --git a/test.js b/test.js index 764fe5bb..226db778 100644 --- a/test.js +++ b/test.js @@ -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: [] }