chore: bump alloy-eip7702 (#11986)

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
This commit is contained in:
Arsenii Kulikov
2024-10-23 16:53:29 +04:00
committed by GitHub
parent 7fd28df2b4
commit ff04de380d
8 changed files with 141 additions and 200 deletions

View File

@ -5,10 +5,12 @@ edition = "2021"
[dependencies]
reth = { git = "https://github.com/paradigmxyz/reth.git" }
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = ["serde"] }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git"}
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = [
"serde",
] }
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" }
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }
eyre = "0.6" # Easy error handling
futures-util = "0.3" # Stream utilities for consuming notifications
eyre = "0.6" # Easy error handling
futures-util = "0.3" # Stream utilities for consuming notifications
alloy-primitives = "0.8.7"