Skip to content

Commit

Permalink
change hydra endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Feb 4, 2024
1 parent 004ff1f commit 2f26d41
Showing 1 changed file with 1 addition and 1 deletion.
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 2f26d41

Please sign in to comment.