kkrt-labs/kakarot-rpc

feat: add the missing important "infrastructure contracts" on Kakarot

Closed this issue · 2 comments

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, e.g. arachnid and createX.

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

Note cc @greged93 is arachnid and createX part of the deploy kakarot scripts?

@Eikix yes arachnid and createX are part of the deploy scripts

Eikix commented

Closing this issue in favor of kkrt-labs/kakarot#1457