mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 00:53:46 +00:00
ref correct version of hyperlane
This commit is contained in:
parent
ff02b23781
commit
dbb4879783
1 changed files with 3 additions and 2 deletions
|
|
@ -4,10 +4,11 @@ RUN apk update && apk add --no-cache git yarn expect
|
|||
|
||||
WORKDIR /
|
||||
|
||||
# Hyperlane 3.5 release w/ current primev changes in main
|
||||
RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git
|
||||
WORKDIR /hyperlane-monorepo
|
||||
RUN git checkout 4f73750291e9afa249ffa4d2fe34227cc9f275a8
|
||||
# Hyperlane 3.5 release w/ merged primev changes
|
||||
# https://github.com/primevprotocol/hyperlane-monorepo/commit/0d447db0d121872ac59d97766dc4c755311bea30
|
||||
RUN git checkout 0d447db0d121872ac59d97766dc4c755311bea30
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
|
|
|||
Loading…
Reference in a new issue