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 {