From ac829e2ff546b103c03e867fb2d615db91f1c18a Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Sun, 3 May 2026 14:26:46 +0300 Subject: [PATCH] add hoodi network Signed-off-by: Uncle Stretch --- Cargo.toml | 2 +- src/network/mod.rs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 37b735d..07df71c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ghost-eye" authors = ["str3tch "] description = "Application for interacting with Casper/Ghost nodes that are exposing RPC only to the localhost" -version = "0.3.91" +version = "0.3.92" edition = "2021" homepage = "https://git.ghostchain.io/ghostchain" repository = "https://git.ghostchain.io/ghostchain/ghost-eye" diff --git a/src/network/mod.rs b/src/network/mod.rs index 692c402..4aab2ba 100644 --- a/src/network/mod.rs +++ b/src/network/mod.rs @@ -24,9 +24,10 @@ use crate::{ pub use subscriptions::{BestSubscription, FinalizedSubscription}; -const GATEKEEPED_CHAIN_IDS: [u64; 2] = [ +const GATEKEEPED_CHAIN_IDS: [u64; 3] = [ 11155111, // Sepolia 63, // Mordor + 560048, // Hoodi ]; struct TxToWatch {