From 5ff9e3413ae82020cde3320208aa33a500a40dd9 Mon Sep 17 00:00:00 2001 From: mmaurello <93129175+mmaurello@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:53:28 +0100 Subject: [PATCH] remove stale endpoints (#441) --- .changeset/thirty-pots-fold.md | 5 +++++ packages/config/src/chains.ts | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 .changeset/thirty-pots-fold.md diff --git a/.changeset/thirty-pots-fold.md b/.changeset/thirty-pots-fold.md new file mode 100644 index 00000000..e89f24a8 --- /dev/null +++ b/.changeset/thirty-pots-fold.md @@ -0,0 +1,5 @@ +--- +"@moonbeam-network/xcm-config": patch +--- + +Remove stale endpoints diff --git a/packages/config/src/chains.ts b/packages/config/src/chains.ts index 86838ad6..35699444 100644 --- a/packages/config/src/chains.ts +++ b/packages/config/src/chains.ts @@ -254,7 +254,6 @@ export const bifrostKusama = new Parachain({ 'wss://bifrost-rpc.dwellir.com', 'wss://us.bifrost-rpc.liebi.com/ws', 'wss://bifrost-rpc.liebi.com/ws', - 'wss://bifrost-parachain.api.onfinality.io/public-ws', ], }); @@ -327,7 +326,6 @@ export const bifrostPolkadot = new Parachain({ 'wss://bifrost-polkadot-rpc.dwellir.com', 'wss://eu.bifrost-polkadot-rpc.liebi.com/ws', 'wss://hk.p.bifrost-rpc.liebi.com/ws', - 'wss://bifrost-polkadot.api.onfinality.io/public-ws', ], }); @@ -2268,11 +2266,7 @@ export const zeitgeist = new Parachain({ parachainId: 2092, ss58Format: 73, usesChainDecimals: true, - ws: [ - 'wss://main.rpc.zeitgeist.pm/ws', - 'wss://zeitgeist-rpc.dwellir.com', - 'wss://zeitgeist.api.onfinality.io/public-ws', - ], + ws: ['wss://zeitgeist.api.onfinality.io/public-ws'], }); export const chainsList: AnyChain[] = [