📖 Similar Predeploys for a New Chain #168
-
Hello, We are launching a new EVM-based chain. We have added (imua-xyz/imuachain#279) CreateX and Create2 deployment proxy as predeploys because we block pre-EIP155 transactions. Are there any others we should consider, in your opinion? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, I would recommend to take a look at the OP Stack Preinstalls here for other interesting contracts. Also, I quickly checked your PR and there seems to be something off. I'm the author of the contract factories: The
The
You currently mix those two factories here. So please add both factories separately with the correct naming and runtime bytecode. |
Beta Was this translation helpful? Give feedback.
Hey,
I would recommend to take a look at the OP Stack Preinstalls here for other interesting contracts. Also, I quickly checked your PR and there seems to be something off. I'm the author of the contract factories:
The
Create2Deployer
contract is deployed to0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2
and has the following runtime bytecode: