Skip to content

Commit

Permalink
FEAT: add reth db
Browse files Browse the repository at this point in the history
  • Loading branch information
mjzk committed May 24, 2024
1 parent fe03233 commit 66422db
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ alloy = { git = "https://github.com/alloy-rs/alloy", rev = "e22d9be", features =
"rpc-types-eth",
"rpc-types-trace",
] }
reth = { git = "https://github.com/paradigmxyz/reth.git" }
reth-revm = { git = "https://github.com/paradigmxyz/reth.git" }
reth-primitives = { git = "https://github.com/paradigmxyz/reth.git" }
reth-provider = { git = "https://github.com/paradigmxyz/reth.git" }
rusqlite = { version = "0.31.0", features = ["bundled"] }
eyre = "0.6"
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"
csv = "1.3"
comfy-table = "7.1"
clap = { version = "4.5", features = ["derive"] }
serde_json = "1.0.117"
Loading

0 comments on commit 66422db

Please sign in to comment.