mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
reference cherrypick branch
This commit is contained in:
parent
e2acd14a9f
commit
a300b7fa44
2 changed files with 5 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue