Skip to content

Commit

Permalink
Change onfinality endpoints (#149)
Browse files Browse the repository at this point in the history
* change onfinality endpoints

* change onfinality endpoints
  • Loading branch information
mmaurello authored Oct 24, 2023
1 parent 80f510f commit 6c208b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/late-keys-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-sdk': patch
---

Change OnFinality endpoints
12 changes: 6 additions & 6 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export const interlay = new Parachain({
name: 'Interlay',
parachainId: 2032,
ss58Format: 2032,
ws: 'wss://interlay.api.onfinality.io/public-ws',
ws: 'wss://api.interlay.io/parachain',
});

export const integritee = new Parachain({
Expand All @@ -492,7 +492,7 @@ export const integritee = new Parachain({
name: 'Integritee',
parachainId: 2015,
ss58Format: 13,
ws: 'wss://integritee-kusama.api.onfinality.io/public-ws',
ws: 'wss://kusama.api.integritee.network',
});

export const karura = new Parachain({
Expand Down Expand Up @@ -545,7 +545,7 @@ export const khala = new Parachain({
name: 'Khala',
parachainId: 2004,
ss58Format: 30,
ws: 'wss://khala.api.onfinality.io/public-ws',
ws: 'wss://khala-api.phala.network/ws',
});

export const kintsugi = new Parachain({
Expand Down Expand Up @@ -1026,7 +1026,7 @@ export const nodle = new Parachain({
name: 'Nodle',
parachainId: 2026,
ss58Format: 37,
ws: 'wss://nodle-parachain.api.onfinality.io/public-ws',
ws: 'wss://eden-rpc.dwellir.com',
});

export const originTrail = new Parachain({
Expand All @@ -1044,7 +1044,7 @@ export const originTrail = new Parachain({
name: 'OriginTrail',
parachainId: 2043,
ss58Format: 101,
ws: 'wss://origintrail.api.onfinality.io/public-ws',
ws: 'wss://origintrail-rpc.dwellir.com',
});

export const originTrailAlphanet = new Parachain({
Expand Down Expand Up @@ -1231,7 +1231,7 @@ export const shiden = new Parachain({
name: 'Shiden',
parachainId: 2007,
ss58Format: 5,
ws: 'wss://shiden.api.onfinality.io/public-ws',
ws: 'wss://rpc.shiden.astar.network',
});

export const turing = new Parachain({
Expand Down

0 comments on commit 6c208b7

Please sign in to comment.