Skip to content

Commit

Permalink
contract bytecode changed -> update hardcoded create2 addr
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 14, 2023
1 parent 0d63eca commit 0fd81db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/contracts_with_ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 0fd81db

Please sign in to comment.