remove spoiled rpc endpoint from the genesis file

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2025-07-31 16:18:47 +03:00
parent 298a332681
commit 8ff588cce9
Signed by: st1nky
GPG Key ID: 016064BD97603B40
3 changed files with 3 additions and 4 deletions

4
Cargo.lock generated
View File

@ -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",

View File

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

View File

@ -198,7 +198,6 @@ fn casper_testnet_evm_networks() -> Vec<(u32, Vec<u8>)> {
"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(),