Skip to content

Commit

Permalink
Change polkadot and kusama endpoints (#193)
Browse files Browse the repository at this point in the history
* change polkadot and kusama endpoints

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

Change polkadot and kusama endpoints
4 changes: 2 additions & 2 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export const kusama = new Parachain({
name: 'Kusama',
parachainId: 0,
ss58Format: 2,
ws: 'wss://kusama-rpc.polkadot.io',
ws: 'wss://kusama-rpc.dwellir.com',
});

export const kusamaAssetHub = new Parachain({
Expand Down Expand Up @@ -1254,7 +1254,7 @@ export const polkadot = new Parachain({
name: 'Polkadot',
parachainId: 0,
ss58Format: 0,
ws: 'wss://rpc.polkadot.io',
ws: 'wss://polkadot-rpc.dwellir.com',
});

export const polkadotAssetHub = new Parachain({
Expand Down

0 comments on commit c06ea35

Please sign in to comment.