File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
operator/merkle_tree/lib/test_files Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ COPY core ./core
99COPY metrics ./metrics
1010COPY contracts/bindings/ ./contracts/bindings
1111
12- RUN go get github.com/ethereum/go-ethereum@latest
12+ RUN go get github.com/btcsuite/btcd/btcec/v2@v2.2.0
13+ RUN go get github.com/ethereum/go-ethereum@v1.14.0
1314RUN go get github.com/gorilla/websocket@v1.5.1
1415RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go
1516
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
2525
2626# Install go deps
2727RUN go install github.com/maoueh/zap-pretty@v0.3.0
28- RUN go install github.com/ethereum/go-ethereum/cmd/abigen@latest
28+ RUN go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.0
2929RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@v0.13.0
3030
3131# Install rust
Original file line number Diff line number Diff line change 1- d8f7329e4f522a871373c6251aa3c39be8b89766e54174c9e6457fcd491cd86d
1+ eb0023f410ef49a3e82f9512a6fddc28e213c8d35b2e76df959f58e1c1e9d5fc
You can’t perform that action at this time.
0 commit comments