From 536ac7c3b11b4febae3cab1a810c196c3ddf1018 Mon Sep 17 00:00:00 2001 From: ckoopmann Date: Sun, 1 Oct 2023 10:07:25 +0800 Subject: [PATCH] Replace dependency on reth fork with the real thing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae45a01..e51b02d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"