Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ deps: submodules go_deps build_all_ffi ## Install deps
go_deps:
@echo "Installing Go dependencies..."
go install github.com/maoueh/zap-pretty@v0.3.0
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
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

foundry_install:
curl -L https://foundry.paradigm.xyz | bash
Expand Down