@@ -487,18 +487,18 @@ reth-ress-protocol = { path = "crates/ress/protocol" }
487487reth-ress-provider = { path = " crates/ress/provider" }
488488
489489# revm
490- revm = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " , features = [" enable_eip7702" , " enable_eip7623" ] }
491- revm-bytecode = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
492- revm-database = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
493- revm-state = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
494- revm-primitives = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
495- revm-interpreter = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
496- revm-inspector = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
497- revm-context = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
498- revm-context-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
499- revm-database-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
500- op-revm = { git = " https://github.com/scroll-tech/revm" , default-features = false , branch = " feat/v88 " }
501- revm-scroll = { git = " https://github.com/scroll-tech/scroll-revm" , default-features = false , branch = " feat/v88 " }
490+ revm = { git = " https://github.com/scroll-tech/revm" , default-features = false , features = [" enable_eip7702" , " enable_eip7623" ] }
491+ revm-bytecode = { git = " https://github.com/scroll-tech/revm" , default-features = false }
492+ revm-database = { git = " https://github.com/scroll-tech/revm" , default-features = false }
493+ revm-state = { git = " https://github.com/scroll-tech/revm" , default-features = false }
494+ revm-primitives = { git = " https://github.com/scroll-tech/revm" , default-features = false }
495+ revm-interpreter = { git = " https://github.com/scroll-tech/revm" , default-features = false }
496+ revm-inspector = { git = " https://github.com/scroll-tech/revm" , default-features = false }
497+ revm-context = { git = " https://github.com/scroll-tech/revm" , default-features = false }
498+ revm-context-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false }
499+ revm-database-interface = { git = " https://github.com/scroll-tech/revm" , default-features = false }
500+ op-revm = { git = " https://github.com/scroll-tech/revm" , default-features = false }
501+ revm-scroll = { git = " https://github.com/scroll-tech/scroll-revm" , default-features = false }
502502revm-inspectors = " 0.31.0"
503503
504504# eth
@@ -771,8 +771,8 @@ walkdir = "2.3.3"
771771vergen-git2 = " 1.0.5"
772772
773773[patch .crates-io ]
774- revm = { git = " https://github.com/scroll-tech/revm" , branch = " feat/v88 " }
775- op-revm = { git = " https://github.com/scroll-tech/revm" , branch = " feat/v88 " }
774+ revm = { git = " https://github.com/scroll-tech/revm" }
775+ op-revm = { git = " https://github.com/scroll-tech/revm" }
776776# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
777777# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
778778# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
0 commit comments