mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +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 /
|
WORKDIR /
|
||||||
|
|
||||||
# Hyperlane 3.3 release
|
# Hyperlane 3.3 release w/ https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3063 cherry-picked in.
|
||||||
# https://github.com/hyperlane-xyz/hyperlane-monorepo/commit/8b16adee486a6b1a1f0d4fbd1b419369241813b2
|
# 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/hyperlane-xyz/hyperlane-monorepo.git
|
RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git
|
||||||
WORKDIR /hyperlane-monorepo
|
WORKDIR /hyperlane-monorepo
|
||||||
RUN git checkout 8b16adee486a6b1a1f0d4fbd1b419369241813b2
|
RUN git checkout b1c4064272af7f3382391e9f7c4ce67ac1b84976
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,8 @@ else
|
||||||
--out "/hyperlane-monorepo/artifacts" \
|
--out "/hyperlane-monorepo/artifacts" \
|
||||||
--key $CONTRACT_DEPLOYER_PRIVATE_KEY
|
--key $CONTRACT_DEPLOYER_PRIVATE_KEY
|
||||||
expect {
|
expect {
|
||||||
"? Do you want use some existing contract addresses? (Y/n)" {
|
|
||||||
send -- "n\r"
|
|
||||||
exp_continue
|
|
||||||
}
|
|
||||||
"*low balance on*" {
|
"*low balance on*" {
|
||||||
send -- "y\r"
|
send -- "Y\r"
|
||||||
exp_continue
|
exp_continue
|
||||||
}
|
}
|
||||||
eof
|
eof
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue