change whitelist addr + ref hyperlane that does same

This commit is contained in:
Shawn 2023-12-21 04:01:12 -08:00
parent 8735a9bbe6
commit 6af3c05c1a
2 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -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