Skip to content

Commit

Permalink
Updated Parallel WSS Endpoint (#180)
Browse files Browse the repository at this point in the history
* Updated Parallel WSS Endpoint

* Create big-rice-float.md

---------

Co-authored-by: mmaurello <[email protected]>
  • Loading branch information
albertov19 and mmaurello authored Jan 12, 2024
1 parent c6af54c commit b4d988f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-rice-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@moonbeam-network/xcm-config": patch
---

Updated Parallel WSS Endpoint
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ export const parallel = new Parachain({
name: 'Parallel',
parachainId: 2012,
ss58Format: 172,
ws: 'wss://rpc.parallel.fi',
ws: 'wss://polkadot-parallel-rpc.parallel.fi',
});

export const parallelHeiko = new Parachain({
Expand Down

0 comments on commit b4d988f

Please sign in to comment.