diff --git a/geth-poa/hyperlane-deployer/Dockerfile b/geth-poa/hyperlane-deployer/Dockerfile index e5972e8aee..5b0a04e7e9 100644 --- a/geth-poa/hyperlane-deployer/Dockerfile +++ b/geth-poa/hyperlane-deployer/Dockerfile @@ -4,11 +4,11 @@ RUN apk update && apk add --no-cache git yarn expect WORKDIR / -# Hyperlane 3.3 release -# https://github.com/hyperlane-xyz/hyperlane-monorepo/commit/8b16adee486a6b1a1f0d4fbd1b419369241813b2 -RUN git clone https://github.com/hyperlane-xyz/hyperlane-monorepo.git +# 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 +RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git WORKDIR /hyperlane-monorepo -RUN git checkout 8b16adee486a6b1a1f0d4fbd1b419369241813b2 +RUN git checkout b1c4064272af7f3382391e9f7c4ce67ac1b84976 RUN yarn install RUN yarn build diff --git a/geth-poa/hyperlane-deployer/entrypoint.sh b/geth-poa/hyperlane-deployer/entrypoint.sh index 2c1c361ed9..ebf3a8bc47 100644 --- a/geth-poa/hyperlane-deployer/entrypoint.sh +++ b/geth-poa/hyperlane-deployer/entrypoint.sh @@ -19,12 +19,8 @@ else --out "/hyperlane-monorepo/artifacts" \ --key $CONTRACT_DEPLOYER_PRIVATE_KEY expect { - "? Do you want use some existing contract addresses? (Y/n)" { - send -- "n\r" - exp_continue - } "*low balance on*" { - send -- "y\r" + send -- "Y\r" exp_continue } eof