Skip to content

Commit

Permalink
update reth rev
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Dec 20, 2024
1 parent 88a2a23 commit 4e0c964
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 77 deletions.
102 changes: 34 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ alloy-trie = { version = "0.7", default-features = false }
# https://github.com/alloy-rs/core
alloy-primitives = { version = "0.8", default-features = false, features = ["map-hashbrown", "rkyv"] }

reth-chainspec = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-evm = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-evm-ethereum = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-execution-types = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-primitives = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
#reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-storage-errors = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-trie = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-trie-sparse = { git = "https://github.com/scroll-tech/reth", rev = "f87c6573", default-features = false }
reth-chainspec = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-evm = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-evm-ethereum = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-execution-types = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-primitives = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
#reth-scroll-primitives = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-storage-errors = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-trie = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
reth-trie-sparse = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }

#reth-chainspec = { path = "../reth/crates/chainspec", default-features = false }
#reth-evm = { path = "../reth/crates/evm/", default-features = false }
Expand Down

0 comments on commit 4e0c964

Please sign in to comment.