diff --git a/backend/src/node/connector.rs b/backend/src/node/connector.rs index c219acf..c810b7b 100644 --- a/backend/src/node/connector.rs +++ b/backend/src/node/connector.rs @@ -115,7 +115,12 @@ impl NodeConnector { match &*node.chain { "Kusama CC3" => node.chain = "Kusama".into(), "Polkadot CC1" => node.chain = "Polkadot".into(), - _ => (), + "Earth" => { + // Temp, there is too many of them + ctx.stop(); + return; + }, + _ => () } self.aggregator.do_send(AddNode { node, conn_id, rec });