From dbb4879783c04f24c87d12be2a65c8314db85687 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:13:05 -0800 Subject: [PATCH] ref correct version of hyperlane --- geth-poa/hyperlane-deployer/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/geth-poa/hyperlane-deployer/Dockerfile b/geth-poa/hyperlane-deployer/Dockerfile index dedfde0da6..9f3fc4686a 100644 --- a/geth-poa/hyperlane-deployer/Dockerfile +++ b/geth-poa/hyperlane-deployer/Dockerfile @@ -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