Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds new deployments for the `HooksTrampoline` contract. **Note the different address on Gnosis Chain!** This is because currently does not implement <https://eips.ethereum.org/EIPS/eip-3855> (the `PUSH0` opcode), which is emitted by default with the Solidity Compiler version 0.8.20. This required me to downgrade the EVM version to the previous hardfork (`paris`, where there are other HFs since then, but that was the last one that changed EVM bytecodes). Since the emitted code is different, the final contract address is also different. ### Test Plan Check out: - <https://etherscan.io/address/0x01DcB88678aedD0C4cC9552B20F4718550250574> - <https://goerli.etherscan.io/address/0x01DcB88678aedD0C4cC9552B20F4718550250574> - <https://gnosisscan.io/address/0xD49Fa4e610d489aB98008bC4424B9F7276fF34bA>
- Loading branch information