From 135d31202d1357f612352034e35612e266429866 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:57:01 -0800 Subject: [PATCH] hyperlane v3.5 cli works --- geth-poa/hyperlane-deployer/Dockerfile | 5 ++--- geth-poa/hyperlane-deployer/entrypoint.sh | 20 ++++++++++++++++---- geth-poa/util/test_bridge.sh | 4 ++-- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/geth-poa/hyperlane-deployer/Dockerfile b/geth-poa/hyperlane-deployer/Dockerfile index 5b0a04e7e9..dedfde0da6 100644 --- a/geth-poa/hyperlane-deployer/Dockerfile +++ b/geth-poa/hyperlane-deployer/Dockerfile @@ -4,11 +4,10 @@ RUN apk update && apk add --no-cache git yarn expect WORKDIR / -# Hyperlane 3.3 release w/ https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3063 cherry-picked in. -# See https://github.com/hyperlane-xyz/hyperlane-monorepo/compare/%40hyperlane-xyz/sdk%403.3.0...primevprotocol:hyperlane-monorepo:v3.3 +# 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 b1c4064272af7f3382391e9f7c4ce67ac1b84976 +RUN git checkout 4f73750291e9afa249ffa4d2fe34227cc9f275a8 RUN yarn install RUN yarn build diff --git a/geth-poa/hyperlane-deployer/entrypoint.sh b/geth-poa/hyperlane-deployer/entrypoint.sh index ebf3a8bc47..d3096322a2 100644 --- a/geth-poa/hyperlane-deployer/entrypoint.sh +++ b/geth-poa/hyperlane-deployer/entrypoint.sh @@ -7,7 +7,7 @@ sleep 10 if test -f /hyperlane-monorepo/artifacts/done; then echo "Deploy artifacts already exist. Skipping deployment." else - + echo "Deploying core contracts" # Define the expect script inline /usr/bin/expect <