Skip to content

Commit

Permalink
Add another ws endpoint to Parallel (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello authored Oct 8, 2024
1 parent 242c274 commit 18a9283
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/beige-tools-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Add another ws endpoint to Parallel
5 changes: 4 additions & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,10 @@ export const parallel = new Parachain({
name: 'Parallel',
parachainId: 2012,
ss58Format: 172,
ws: ['wss://parallel-rpc.dwellir.com'],
ws: [
'wss://parallel-rpc.dwellir.com',
'wss://polkadot-parallel-rpc.parallel.fi',
],
});

export const peaqAlphanet = new Parachain({
Expand Down

0 comments on commit 18a9283

Please sign in to comment.