Skip to content

Commit

Permalink
Replace dependency on reth fork with the real thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Oct 1, 2023
1 parent 7d093d6 commit 536ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ derivative = "2.2.0"
eyre = "0.6.8"
hex = "0.4.3"
jsonrpsee = "0.20.1"
reth = { git = "https://github.com/ultrasoundmoney/reth-block-validator", branch = "changes-to-enable-validation-api-extension" }
reth = { git = "https://github.com/paradigmxyz/reth" }
serde = "1.0.188"
serde_json = "1.0.107"
serde_with = "3.3.0"

0 comments on commit 536ac7c

Please sign in to comment.