Skip to content

Commit

Permalink
remove stale endpoints (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello authored Feb 7, 2025
1 parent cf218ad commit 5ff9e34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-pots-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonbeam-network/xcm-config": patch
---

Remove stale endpoints
8 changes: 1 addition & 7 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
});

Expand Down Expand Up @@ -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',
],
});

Expand Down Expand Up @@ -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[] = [
Expand Down

0 comments on commit 5ff9e34

Please sign in to comment.