add mordor network to be watch on
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
parent
ecf473b92b
commit
834b070bee
@ -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"
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user