add hoodi network

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2026-05-03 14:26:46 +03:00
parent 82e935826e
commit ac829e2ff5
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "ghost-eye"
authors = ["str3tch <stretch@ghostchain.io>"]
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"

View File

@ -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 {