From 8ff588cce96bb08d460467daa79c68f34291aa91 Mon Sep 17 00:00:00 2001 From: Uncle Stinky Date: Thu, 31 Jul 2025 16:18:47 +0300 Subject: [PATCH] remove spoiled rpc endpoint from the genesis file Signed-off-by: Uncle Stinky --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- service/src/chain_spec.rs | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34b20e5..ad681e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "casper-runtime" -version = "3.5.29" +version = "3.5.30" dependencies = [ "casper-runtime-constants", "frame-benchmarking", @@ -3835,7 +3835,7 @@ dependencies = [ [[package]] name = "ghost-slow-clap" -version = "0.3.35" +version = "0.3.39" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/Cargo.toml b/Cargo.toml index 8ab15a4..7111923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ homepage.workspace = true [workspace.package] license = "GPL-3.0-only" authors = ["571nky", "57r37ch", "f4750"] -version = "0.8.0" +version = "0.8.1" edition = "2021" homepage = "https://ghostchain.io" repository = "https://git.ghostchain.io/ghostchain/ghost-node" diff --git a/service/src/chain_spec.rs b/service/src/chain_spec.rs index be4b650..9d92fee 100644 --- a/service/src/chain_spec.rs +++ b/service/src/chain_spec.rs @@ -198,7 +198,6 @@ fn casper_testnet_evm_networks() -> Vec<(u32, Vec)> { "https://api.zan.top/eth-sepolia".into(), "https://rpc.sepolia.ethpandaops.io".into(), "https://ethereum-sepolia-rpc.publicnode.com".into(), - "https://rpc-sepolia.rockx.com".into(), "https://1rpc.io/sepolia".into(), "https://0xrpc.io/sep".into(), "https://eth-sepolia.api.onfinality.io/public".into(),