@@ -486,18 +486,18 @@ reth-ress-protocol = { path = "crates/ress/protocol" }
486486reth-ress-provider = { path = " crates/ress/provider" }
487487
488488# revm
489- revm = { git = " https://github.com/scroll-tech/revm" , default-features = false , features = [" enable_eip7702" , " enable_eip7623" ], branch = " feat/v87 " }
490- revm-bytecode = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
491- revm-database = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
492- revm-state = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
493- revm-primitives = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
494- revm-interpreter = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
495- revm-inspector = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
496- revm-context = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
497- revm-context-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
498- revm-database-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
499- op-revm = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v87 " }
500- revm-scroll = { git = " https://github.com/scroll-tech/scroll-revm" , default-features = false , branch = " feat/v87 " }
489+ revm = { git = " https://github.com/scroll-tech/revm" , default-features = false , features = [" enable_eip7702" , " enable_eip7623" ] }
490+ revm-bytecode = { git = " https://github.com/scroll-tech/revm" , default-features = false }
491+ revm-database = { git = " https://github.com/scroll-tech/revm" , default-features = false }
492+ revm-state = { git = " https://github.com/scroll-tech/revm" , default-features = false }
493+ revm-primitives = { git = " https://github.com/scroll-tech/revm" , default-features = false }
494+ revm-interpreter = { git = " https://github.com/scroll-tech/revm" , default-features = false }
495+ revm-inspector = { git = " https://github.com/scroll-tech/revm" , default-features = false }
496+ revm-context = { git = " https://github.com/scroll-tech/revm" , default-features = false }
497+ revm-context-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false }
498+ revm-database-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false }
499+ op-revm = { git = " https://github.com/scroll-tech/revm" , default-features = false }
500+ revm-scroll = { git = " https://github.com/scroll-tech/scroll-revm" , default-features = false }
501501revm-inspectors = " 0.29.0"
502502
503503# eth
@@ -763,8 +763,8 @@ walkdir = "2.3.3"
763763vergen-git2 = " 1.0.5"
764764
765765[patch .crates-io ]
766- revm = { git = " https://github.com/scroll-tech/revm" , branch = " feat/v87 " }
767- op-revm = { git = " https://github.com/scroll-tech/revm" , branch = " feat/v87 " }
766+ revm = { git = " https://github.com/scroll-tech/revm" }
767+ op-revm = { git = " https://github.com/scroll-tech/revm" }
768768# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
769769# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
770770# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
0 commit comments