Skip to content

Commit

Permalink
fix: switch Parallel RCP node (#1618)
Browse files Browse the repository at this point in the history
* fix: remove Parallel from XCM config

* use dwellir node instead of disabling channel
  • Loading branch information
tomjeatt authored Jan 3, 2024
1 parent dadfccb commit 82552e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/api/xcm/xcm-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const XCMEndpoints: XCMEndpointsRecord = {
],
kintsugi: ['wss://api-kusama.interlay.io/parachain'],
kusama: ['wss://kusama-rpc.polkadot.io', 'wss://kusama-rpc.dwellir.com'],
parallel: ['wss://rpc.parallel.fi'],
parallel: ['wss://parallel-rpc.dwellir.com'],
polkadot: ['wss://rpc.polkadot.io', 'wss://polkadot-rpc.dwellir.com'],
statemine: [
'wss://kusama-asset-hub-rpc.polkadot.io',
Expand Down

1 comment on commit 82552e5

@vercel
Copy link

@vercel vercel bot commented on 82552e5 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.