From 834b070beec6b47e03071e6cf7c9b5a55ef62484 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Tue, 27 Jan 2026 18:10:51 +0300 Subject: [PATCH] add mordor network to be watch on Signed-off-by: Uncle Stinky --- Cargo.toml | 2 +- src/network/mod.rs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc41337..c5c0b41 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.86" +version = "0.3.87" 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 86d0c3a..692c402 100644 --- a/src/network/mod.rs +++ b/src/network/mod.rs @@ -24,8 +24,9 @@ use crate::{ pub use subscriptions::{BestSubscription, FinalizedSubscription}; -const GATEKEEPED_CHAIN_IDS: [u64; 1] = [ - 11155111, //Sepolia +const GATEKEEPED_CHAIN_IDS: [u64; 2] = [ + 11155111, // Sepolia + 63, // Mordor ]; struct TxToWatch {