Skip to content

Commit 2d9fb76

Browse files
committed
chore: point revm to default branch
Signed-off-by: Gregory Edison <[email protected]>
1 parent 94403ca commit 2d9fb76

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -486,18 +486,18 @@ reth-ress-protocol = { path = "crates/ress/protocol" }
486486
reth-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 }
501501
revm-inspectors = "0.29.0"
502502

503503
# eth
@@ -763,8 +763,8 @@ walkdir = "2.3.3"
763763
vergen-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" }

crates/scroll/openvm-compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ scroll-alloy-consensus = { path = "../alloy/consensus", default-features = false
2828
scroll-alloy-rpc-types = { path = "../alloy/rpc-types", default-features = false }
2929

3030
[patch.crates-io]
31-
revm = { git = "https://github.com/scroll-tech/revm", branch = "feat/v87" }
31+
revm = { git = "https://github.com/scroll-tech/revm" }

0 commit comments

Comments
 (0)