mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
update hardcoded whitelist addr + update hyperlane to commit that does same
This commit is contained in:
parent
19f718f6e9
commit
aa01e2aa50
2 changed files with 4 additions and 4 deletions
|
|
@ -78,8 +78,8 @@ 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"
|
||||
// This address assumes deployer is 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266.
|
||||
const whitelistCreate2Addr = "0x07e77fdc3DF92E58c9230eEFaABdBd92a8D0c2Af"
|
||||
|
||||
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
|
||||
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/ce1fe3f05e915823ecc355e8d764f010b4b38fa9
|
||||
RUN git checkout ce1fe3f05e915823ecc355e8d764f010b4b38fa9
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
|
|
|||
Loading…
Reference in a new issue