From aaad5156824af5dd61d35dca234323ce7281c6ce Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Tue, 24 Sep 2024 16:01:23 +0200 Subject: [PATCH] migration: Allow 'createx' preinstall The code already exists on Alfajores and matches the one that would be deployed, therefore we just allow this address. --- op-chain-ops/cmd/celo-migrate/state.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op-chain-ops/cmd/celo-migrate/state.go b/op-chain-ops/cmd/celo-migrate/state.go index fe823b74b8c8d..4fadf3b624696 100644 --- a/op-chain-ops/cmd/celo-migrate/state.go +++ b/op-chain-ops/cmd/celo-migrate/state.go @@ -76,6 +76,8 @@ var ( common.HexToAddress("0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B"): false, // SafeSingletonFactory common.HexToAddress("0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7"): false, + // CreateX + common.HexToAddress("0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"): false, }, } distributionScheduleAddressMap = map[uint64]common.Address{