kkrt-labs/kakarot

dev: add safe singleton and create2deployer to our deployment scripts

Opened this issue · 1 comments

Eikix commented

Feature Request

Describe the Feature Request

There is a new RIP for rollups which is to simplify adding a list of important contracts that are factories, namely arachnid, createX, create2deployer and safe singleton.

There are 4 contracts in the RIP, so I think we could add the missing two: https://github.com/ethereum/RIPs/pull/30/files#diff-8fb76c4cfd3e4dc31a49e0ecb56ea00561f0f2af4b4d4353c52b62e95fc6a8bbR39

Describe Preferred Solution

  • whitelist the pre eip-155 txs that deployed the contracts
  • add all these contracts in our deployments scripts
Eikix commented

Might need further scoping, cc'ing @enitrat