mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
ref hyperlane fork v3.3 + necessary config change
This commit is contained in:
parent
9662e504e9
commit
4a6c2eb08c
2 changed files with 12 additions and 4 deletions
|
|
@ -3,11 +3,13 @@ FROM alpine:latest
|
|||
RUN apk update && apk add --no-cache git yarn expect
|
||||
|
||||
WORKDIR /
|
||||
RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git
|
||||
|
||||
# Hyperlane 3.3 release
|
||||
# https://github.com/hyperlane-xyz/hyperlane-monorepo/commit/8b16adee486a6b1a1f0d4fbd1b419369241813b2
|
||||
RUN git clone https://github.com/hyperlane-xyz/hyperlane-monorepo.git
|
||||
WORKDIR /hyperlane-monorepo
|
||||
# RUN git checkout v3-audit-remediations
|
||||
RUN git checkout ca301c80861701e17b13b9a06454795b317696b2
|
||||
# TODO: checkout stable version, seemed like v3-audit-remediations changed build process
|
||||
RUN git checkout 8b16adee486a6b1a1f0d4fbd1b419369241813b2
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
||||
|
|
|
|||
|
|
@ -5,3 +5,9 @@ mevcommitsettlement:
|
|||
validators:
|
||||
- '0xd9cd8E5DE6d55f796D980B818D350C0746C25b97'
|
||||
- '0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4'
|
||||
|
||||
# See https://github.com/primevprotocol/hyperlane-monorepo/blob/8b16adee486a6b1a1f0d4fbd1b419369241813b2/typescript/infra/config/rcMultisigIsmConfigs.ts
|
||||
sepolia:
|
||||
threshold: 1
|
||||
validators:
|
||||
- '0x49f253c0dab33be1573d6c2769b3d9e584d91f82'
|
||||
|
|
|
|||
Loading…
Reference in a new issue