Skip to content

Commit

Permalink
Point to Lita's Reth
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis1revill committed Nov 13, 2024
1 parent b162a17 commit 3c6c842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ zstd-sys = { git = "https://github.com/lita-xyz/zstd-rs.git", branch = "zstd-sys
[dependencies]
valida-rs = { git = "https://github.com/lita-xyz/valida-rs.git", branch = "main" }
revm = { version = "14.0.0", features = ["std"], default-features = false }
reth-primitives = { git = "https://github.com/lewis1revill/reth.git", branch = "1.1.1-delendum" }
reth-chainspec = { git = "https://github.com/lewis1revill/reth.git", branch = "1.1.1-delendum" }
reth-trie-common = { git = "https://github.com/lewis1revill/reth.git", branch = "1.1.1-delendum" }
reth-primitives = { git = "https://github.com/lita-xyz/reth.git", branch = "1.1.1-delendum" }
reth-chainspec = { git = "https://github.com/lita-xyz/reth.git", branch = "1.1.1-delendum" }
reth-trie-common = { git = "https://github.com/lita-xyz/reth.git", branch = "1.1.1-delendum" }
alloy-rlp = { version = "0.3", default-features = false }
alloy-rlp-derive = { version = "0.3", default-features = false }
alloy-rpc-types = "0.5.4"
Expand Down

0 comments on commit 3c6c842

Please sign in to comment.