primev / contracts

Smart Contracts deployed on mev-commit
Other
6 stars 2 forks source link

Deploy all contracts with create2 #59

Closed shaspitz closed 11 months ago

shaspitz commented 11 months ago

Note _transferOwnership is necessary to make sure contract owner becomes the deployment tx originator, not the proxy contract. See https://github.com/OpenZeppelin/openzeppelin-contracts/issues/2639 for more details