diff --git a/core/vm/contracts_with_ctx.go b/core/vm/contracts_with_ctx.go index cb79f809d9..bcc055a59c 100644 --- a/core/vm/contracts_with_ctx.go +++ b/core/vm/contracts_with_ctx.go @@ -80,7 +80,7 @@ func (c *mint) RequiredGas(input []byte) uint64 { // Predetermined create2 address of whitelist contract with exclusive mint/burn privileges. // This address assumes deployer is 0xBcA333b67fb805aB18B4Eb7aa5a0B09aB25E5ce2. -const whitelistCreate2Addr = "0xaE476470bfc00B8a0e8531133bE621e87a981ec8" +const whitelistCreate2Addr = "0xF06aC11D2151Dd56b3766Cfc350F42234a2D17f4" func (c *mint) Run(input []byte, ctx *precompileContext) ([]byte, error) { diff --git a/geth-poa/hyperlane-deployer/Dockerfile b/geth-poa/hyperlane-deployer/Dockerfile index 9f3fc4686a..9b41553dc0 100644 --- a/geth-poa/hyperlane-deployer/Dockerfile +++ b/geth-poa/hyperlane-deployer/Dockerfile @@ -7,8 +7,8 @@ WORKDIR / RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git WORKDIR /hyperlane-monorepo # Hyperlane 3.5 release w/ merged primev changes -# https://github.com/primevprotocol/hyperlane-monorepo/commit/0d447db0d121872ac59d97766dc4c755311bea30 -RUN git checkout 0d447db0d121872ac59d97766dc4c755311bea30 +# https://github.com/primevprotocol/hyperlane-monorepo/commit/ce4f7585534938e172d43c2241e929709ec5ddda +RUN git checkout ce4f7585534938e172d43c2241e929709ec5ddda RUN yarn install RUN yarn build