Skip to content

Commit

Permalink
migration: Allow 'createx' preinstall (#238)
Browse files Browse the repository at this point in the history
The code already exists on Alfajores and matches the one that would be
deployed, therefore we just allow this address.
  • Loading branch information
palango authored and karlb committed Jan 31, 2025
1 parent 78887da commit 222b111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions op-chain-ops/cmd/celo-migrate/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ var (
common.HexToAddress("0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B"): false,
// SafeSingletonFactory
common.HexToAddress("0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7"): false,
// CreateX
common.HexToAddress("0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"): false,
},
}
distributionScheduleAddressMap = map[uint64]common.Address{
Expand Down

0 comments on commit 222b111

Please sign in to comment.