Skip to content

Commit

Permalink
chore: update XCM nodes (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt authored Oct 9, 2024
1 parent aaf1396 commit 2475b8d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/hooks/api/xcm/xcm-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@ const XCMEndpoints: XCMEndpointsRecord = {
'wss://karura-rpc-3.aca-api.network/ws'
],
kintsugi: ['wss://api-kusama.interlay.io/parachain'],
kusama: [
'wss://kusama-rpc.dwellir.com',
'wss://rpc.ibp.network/kusama',
'wss://rpc-kusama.luckyfriday.io'
],
parallel: ['wss://parallel-rpc.dwellir.com', 'wss://polkadot-rpc.parallel.fi'],
phala: ['wss://api.phala.network/ws', 'wss://phala-rpc.dwellir.com]'],
polkadot: [
'wss://polkadot-rpc.dwellir.com',
'wss://rpc.ibp.network/polkadot',
'wss://rpc-polkadot.luckyfriday.io'
],
kusama: ['wss://kusama-rpc.dwellir.com', 'wss://rpc.ibp.network/kusama', 'wss://rpc-kusama.luckyfriday.io'],
parallel: ['wss://polkadot-parallel-rpc.parallel.fi', 'wss://parallel-rpc.dwellir.com'],
phala: ['wss://api.phala.network/ws', 'wss://phala-rpc.dwellir.com'],
polkadot: ['wss://polkadot-rpc.dwellir.com', 'wss://rpc.ibp.network/polkadot', 'wss://rpc-polkadot.luckyfriday.io'],
statemine: [
'wss://kusama-asset-hub-rpc.polkadot.io',
'wss://asset-hub-kusama-rpc.dwellir.com',
Expand Down

0 comments on commit 2475b8d

Please sign in to comment.