Skip to content

Commit

Permalink
Change endpoints for khala and pendulum (#196)
Browse files Browse the repository at this point in the history
* use dwellir endpoints for khala and pendulum

* add changeset
  • Loading branch information
mmaurello authored Jan 26, 2024
1 parent a5f3557 commit ce63c3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-flies-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Change endpoints for Khala and Pendulum
4 changes: 2 additions & 2 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export const khala = new Parachain({
name: 'Khala',
parachainId: 2004,
ss58Format: 30,
ws: 'wss://khala-api.phala.network/ws',
ws: 'wss://khala-rpc.dwellir.com',
});

export const kintsugi = new Parachain({
Expand Down Expand Up @@ -1148,7 +1148,7 @@ export const pendulum = new Parachain({
name: 'Pendulum',
parachainId: 2094,
ss58Format: 56,
ws: 'wss://rpc-pendulum.prd.pendulumchain.tech',
ws: 'wss://pendulum-rpc.dwellir.com',
});

export const pendulumAlphanet = new Parachain({
Expand Down

0 comments on commit ce63c3e

Please sign in to comment.