Skip to content

Commit

Permalink
Change Pendulum ws endpoint (#228)
Browse files Browse the repository at this point in the history
* change pendulum ws endpoint

* add changeset
  • Loading branch information
mmaurello authored Apr 8, 2024
1 parent da06ea5 commit 297969f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/seven-brooms-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

change Pendulum endpoint
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ export const pendulum = new Parachain({
name: 'Pendulum',
parachainId: 2094,
ss58Format: 56,
ws: 'wss://pendulum-rpc.dwellir.com',
ws: 'wss://rpc-pendulum.prd.pendulumchain.tech',
});

export const pendulumAlphanet = new Parachain({
Expand Down

0 comments on commit 297969f

Please sign in to comment.