We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d950c commit f8b33acCopy full SHA for f8b33ac
Makefile
@@ -80,8 +80,8 @@ deps: submodules go_deps build_all_ffi ## Install deps
80
go_deps:
81
@echo "Installing Go dependencies..."
82
go install github.com/maoueh/[email protected]
83
- go install github.com/ethereum/go-ethereum/cmd/abigen@latest
84
- go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@latest
+ go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.0
+ go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.13.0
85
86
foundry_install:
87
curl -L https://foundry.paradigm.xyz | bash
0 commit comments