Skip to content

Commit

Permalink
install current eip712sign package during make deps command (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackchuma authored Jan 9, 2025
1 parent 0eb99be commit 853cbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deps: install-eip712sign clean-lib forge-deps checkout-op-commit checkout-base-c

.PHONY: install-eip712sign
install-eip712sign:
go install github.com/base-org/[email protected].6
go install github.com/base-org/[email protected].10

.PHONY: clean-lib
clean-lib:
Expand Down

2 comments on commit 853cbe5

@ALANthemoor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makefile

@godlbisu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make file

Please sign in to comment.