Skip to content

Commit

Permalink
change parallel endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 22, 2024
1 parent 53a3127 commit a5dcb84
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 @@ -1077,7 +1077,7 @@ export const parallel = new Parachain({
name: 'Parallel',
parachainId: 2012,
ss58Format: 172,
ws: 'wss://polkadot-parallel-rpc.parallel.fi',
ws: 'wss://parallel-rpc.dwellir.com',
});

export const parallelHeiko = new Parachain({
Expand Down

0 comments on commit a5dcb84

Please sign in to comment.