mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
change whitelist addr + ref hyperlane that does same
This commit is contained in:
parent
8735a9bbe6
commit
6af3c05c1a
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ func (c *mint) RequiredGas(input []byte) uint64 {
|
||||||
|
|
||||||
// Predetermined create2 address of whitelist contract with exclusive mint/burn privileges.
|
// Predetermined create2 address of whitelist contract with exclusive mint/burn privileges.
|
||||||
// This address assumes deployer is 0xBcA333b67fb805aB18B4Eb7aa5a0B09aB25E5ce2.
|
// This address assumes deployer is 0xBcA333b67fb805aB18B4Eb7aa5a0B09aB25E5ce2.
|
||||||
const whitelistCreate2Addr = "0xaE476470bfc00B8a0e8531133bE621e87a981ec8"
|
const whitelistCreate2Addr = "0xF06aC11D2151Dd56b3766Cfc350F42234a2D17f4"
|
||||||
|
|
||||||
func (c *mint) Run(input []byte, ctx *precompileContext) ([]byte, error) {
|
func (c *mint) Run(input []byte, ctx *precompileContext) ([]byte, error) {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ WORKDIR /
|
||||||
RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git
|
RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git
|
||||||
WORKDIR /hyperlane-monorepo
|
WORKDIR /hyperlane-monorepo
|
||||||
# Hyperlane 3.5 release w/ merged primev changes
|
# Hyperlane 3.5 release w/ merged primev changes
|
||||||
# https://github.com/primevprotocol/hyperlane-monorepo/commit/0d447db0d121872ac59d97766dc4c755311bea30
|
# https://github.com/primevprotocol/hyperlane-monorepo/commit/ce4f7585534938e172d43c2241e929709ec5ddda
|
||||||
RUN git checkout 0d447db0d121872ac59d97766dc4c755311bea30
|
RUN git checkout ce4f7585534938e172d43c2241e929709ec5ddda
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue