add mordor network to be watch on

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2026-01-27 18:10:51 +03:00
parent ecf473b92b
commit 834b070bee
Signed by: st1nky
GPG Key ID: 016064BD97603B40
2 changed files with 4 additions and 3 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.86"
version = "0.3.87"
edition = "2021"
homepage = "https://git.ghostchain.io/ghostchain"
repository = "https://git.ghostchain.io/ghostchain/ghost-eye"

View File

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