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"