Follow up of https://github.com/alloy-rs/examples/pull/199 ## Blockers Reth uses `revm = { version = "22.0.1", default-features = false }` Foundry Fork DB uses `revm = { version = "23.0.0", features = ["std", "serde"] }` ## Pending - [ ] Bump `foundry-fork-db` after REVM compatibility (https://github.com/foundry-rs/foundry-fork-db/pull/44) - [ ] Update examples to be compatible with new REVM