Skip to content

Commit

Permalink
add more rpcs for Hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Jul 13, 2024
1 parent 2698fff commit d07a05b
Showing 1 changed file with 6 additions and 1 deletion.
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 d07a05b

Please sign in to comment.