We have tests to check that CREATE2 works and that it produces the expected address, but not that the expected address matches what L2ContractHelper computes.
Solution
Add a test which depends on the L2ContractHelper to compute the address.
Notes
All tests of this kind (checkin create2 address is correct) have been moved to the new test (which has some deps) as a logical group
refactor(test:zk): extract
computeCreate2Address
Motivation
We have tests to check that CREATE2 works and that it produces the expected address, but not that the expected address matches what L2ContractHelper computes.
Solution
Add a test which depends on the L2ContractHelper to compute the address.
Notes
All tests of this kind (checkin create2 address is correct) have been moved to the new test (which has some deps) as a logical group