Skip to content

Commit

Permalink
Adds arrowhead abi as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then authored and marcos-iov committed Dec 11, 2023
1 parent 14d35bf commit 2995d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/precompiled-abi-forks-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const getBridge = (rskClient, forkName = '') => {
break;
default:
// return latest bridge
bridge = precompiledFingerroot500.bridge.build(rskClient);
bridge = precompiledArrowhead600.bridge.build(rskClient);
}
cache.set(forkName, bridge);
return bridge;
Expand Down

0 comments on commit 2995d5c

Please sign in to comment.