Skip to content

Commit

Permalink
Tom/update parallel xcm nodes (#1621)
Browse files Browse the repository at this point in the history
* fix: use new RPC node

* use parallel node as fallback
  • Loading branch information
tomjeatt authored Jan 4, 2024
1 parent 8f0df0d commit 37fb40c
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://parallel-rpc.dwellir.com'],
parallel: ['wss://parallel-rpc.dwellir.com', 'wss://polkadot-rpc.parallel.fi'],
polkadot: ['wss://rpc.polkadot.io', 'wss://polkadot-rpc.dwellir.com'],
statemine: [
'wss://kusama-asset-hub-rpc.polkadot.io',
Expand Down

2 comments on commit 37fb40c

@vercel
Copy link

@vercel vercel bot commented on 37fb40c Jan 4, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 37fb40c Jan 4, 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.