Skip to content

Commit f8b33ac

Browse files
authored
fix(operator): pin go-ethereum and eigenlayer-cli version (#2007)
1 parent 23d950c commit f8b33ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ deps: submodules go_deps build_all_ffi ## Install deps
8080
go_deps:
8181
@echo "Installing Go dependencies..."
8282
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
83+
go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.0
84+
go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.13.0
8585

8686
foundry_install:
8787
curl -L https://foundry.paradigm.xyz | bash

0 commit comments

Comments
 (0)