Skip to content

Commit

Permalink
Bump to latest eip712sign version (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Jan 7, 2025
1 parent 8757997 commit 13718c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install-eip712sign:
PATH="$REPO_ROOT/bin:$PATH"
cd $REPO_ROOT
mkdir -p bin || true
GOBIN="$REPO_ROOT/bin" go install github.com/base-org/[email protected].8
GOBIN="$REPO_ROOT/bin" go install github.com/base-org/[email protected].10
# Bundle path should be provided including the .json file extension.
add-transaction bundlePath to sig *params:
Expand Down

0 comments on commit 13718c5

Please sign in to comment.