Skip to content

Commit

Permalink
Change hydra endpoint (#202)
Browse files Browse the repository at this point in the history
* change hydra endpoint

* add changeset
  • Loading branch information
mmaurello authored Feb 5, 2024
1 parent 004ff1f commit ec6f53a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-files-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Change Hydra endpoint
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export const hydraDX = new Parachain({
name: 'HydraDX',
parachainId: 2034,
ss58Format: 63,
ws: 'wss://rpc.hydradx.cloud',
ws: 'wss://hydradx-rpc.dwellir.com',
});

export const interlay = new Parachain({
Expand Down

0 comments on commit ec6f53a

Please sign in to comment.