This commit is contained in:
Shawn 2023-12-22 04:09:31 -08:00
parent e2d4d6416d
commit 8b886d1ce7
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 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266.
const whitelistCreate2Addr = "0x07e77fdc3DF92E58c9230eEFaABdBd92a8D0c2Af"
const whitelistCreate2Addr = "0x5D1415C0973034d162F5FEcF19B50dA057057e29"
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/ce1fe3f05e915823ecc355e8d764f010b4b38fa9
RUN git checkout ce1fe3f05e915823ecc355e8d764f010b4b38fa9
# https://github.com/primevprotocol/hyperlane-monorepo/commit/1c8cdc9e57389024274242d28e032a2de535c2c7
RUN git checkout 1c8cdc9e57389024274242d28e032a2de535c2c7
RUN yarn install
RUN yarn build