Skip to content

Commit

Permalink
Clone and install eip712sign from a local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 11, 2024
1 parent 0aceb8c commit 93a7e0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ deps: install-eip712sign clean-lib forge-deps checkout-op-commit checkout-base-c

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

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

0 comments on commit 93a7e0b

Please sign in to comment.