ethereum-optimism / mocktimism

[WIP!] Coordinates two anvil process (L1 and L2) for testing / forking op-stack chains (mocktimism placeholder name)
MIT License
20 stars 7 forks source link

Add feature flag of engine api to anvil #37

Closed roninjin10 closed 10 months ago

roninjin10 commented 10 months ago

Description

Anvil cannot integrate with op-node without the engine API. Foundry is interested in adding this capability to anvil but it would need to be behind a feature flag

related foundry issue: https://github.com/foundry-rs/foundry/issues/5994

Tasks

roninjin10 commented 10 months ago

I added docs about running foundry locally here so that task is done https://github.com/ethereum-optimism/mocktimism/pull/45

roninjin10 commented 10 months ago

Already done in existing pr