Skip to content

Commit

Permalink
use dwellir endpoints for khala and pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 26, 2024
1 parent 62722bd commit 13f9ac6
Showing 1 changed file with 2 additions and 2 deletions.
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 13f9ac6

Please sign in to comment.