Skip to content

Commit

Permalink
change whitelist addr + ref hyperlane that does same
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 21, 2023
1 parent 8735a9b commit 6af3c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/vm/contracts_with_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down
4 changes: 2 additions & 2 deletions geth-poa/hyperlane-deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6af3c05

Please sign in to comment.