Skip to content

Commit

Permalink
change Zeitgeist RPCs to an Array and add 2 more endpoints (#299)
Browse files Browse the repository at this point in the history
* change Zeitgeist RPCs to an Array and add 2 more endpoints

* Update packages/config/src/chains.ts

Co-authored-by: mmaurello <[email protected]>

* add properly

---------

Co-authored-by: mmaurello <[email protected]>
  • Loading branch information
Rihyx and mmaurello authored Jul 15, 2024
1 parent 308260e commit a98f1c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-moons-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

change Zeitgeist RPCs to an Array and add 2 more endpoints
6 changes: 5 additions & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,11 @@ export const zeitgeist = new Parachain({
parachainId: 2092,
ss58Format: 73,
usesChainDecimals: true,
ws: 'wss://zeitgeist-rpc.dwellir.com',
ws: [
'wss://main.rpc.zeitgeist.pm/ws',
'wss://zeitgeist-rpc.dwellir.com',
'wss://zeitgeist.api.onfinality.io/public-ws',
],
});

export const chainsList: AnyChain[] = [
Expand Down

0 comments on commit a98f1c0

Please sign in to comment.