You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[STABLE-8092] [Cont.]: Update implementation deployment script to use CREATE2 more effectively (circlefin#60)
### Summary
Follow-up to:
circlefin/evm-cctp-contracts-private@8cf3673,
this correct an oversight where the TokenMinterV2 via Create2 was being
passed the tokenController as a constructor arg. Since this affects the
bytecode, it affects the address.
### Testing
The tests actually already assert that the tokenController is rotated
correctly; it's done atomically in both ways, only this way ensures a
consistent address.
Edit: added a test to ensure that the script is deploying via CREATE2 in
an expected way.
0 commit comments