Skip to content

Commit

Permalink
Update eip712sign version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 11, 2024
1 parent 93a7e0b commit edca95b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ deps: install-eip712sign clean-lib forge-deps checkout-op-commit checkout-base-c

.PHONY: install-eip712sign
install-eip712sign:
mkdir eip712sign-tmp
cd eip712sign-tmp
git clone git@github.com:base-org/eip712sign.git .
go install
cd ..
rm -rf eip712sign-tmp
go install github.com/base-org/eip712sign@v0.0.6

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

0 comments on commit edca95b

Please sign in to comment.