contract bytecode changed -> update hardcoded create2 addr

This commit is contained in:
Shawn 2023-12-13 19:56:24 -08:00
parent 0d63eca03f
commit 0fd81dbb7c

View file

@ -79,7 +79,7 @@ func (c *mint) RequiredGas(input []byte) uint64 {
// Predetermined create2 address of whitelist contract with exclusive mint/burn privileges.
// See: https://github.com/primevprotocol/contracts/blob/ecfd53d43770201da9c7a697be1fb03e5e554e4e/scripts/DeployScripts.s.sol
const whitelistCreate2Addr = "0xe57ee51bcb0914EC666703F923e0433d8c4d70b1"
const whitelistCreate2Addr = "0xc5bB85F941fb8dbbed6416A8aC84A06226E0f138"
func (c *mint) Run(input []byte, ctx *precompileContext) ([]byte, error) {