Skip to content

Commit

Permalink
change Hydration RPCs (#294)
Browse files Browse the repository at this point in the history
* add more rpcs for Hydration

* comment out old rpcs for now

* comment out for now

* add changeset

* comment out hydradx-rpc.dwellir.com

* uncomemnt hydradx-rpc.dwellir.com

* uncomment all urls
  • Loading branch information
Rihyx authored Jul 15, 2024
1 parent 2698fff commit 9be56f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/good-starfishes-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Add Hydration RPCs
7 changes: 6 additions & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,12 @@ export const hydration = new Parachain({
name: 'Hydration',
parachainId: 2034,
ss58Format: 63,
ws: 'wss://hydradx-rpc.dwellir.com',
ws: [
'wss://hydradx-rpc.dwellir.com',
'wss://rpc.hydradx.cloud',
'wss://rpc.helikon.io/hydradx',
'wss://hydradx.paras.dotters.network',
],
});

export const hydrationAlphanet = new Parachain({
Expand Down

0 comments on commit 9be56f4

Please sign in to comment.