From 629cfe2de713680b4ad3a7a39e494dc69781cfd8 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Fri, 20 Sep 2024 16:24:45 -0400 Subject: [PATCH] wip: use lighthouse fork to match forrestrie --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 715c924..bcd43cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = "1.0.196" ssz_types = "0.6" thiserror = "1.0.62" tonic = "0.12.0" -types = { git = "https://github.com/sigp/lighthouse.git", branch = "stable" } +types = { git = "https://github.com/semiotic-ai/lighthouse.git", branch = "stable" } [dev-dependencies] hex = "0.4.3"