Skip to content

Commit

Permalink
chore: update xcm-endpoints for polkadot and kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler authored Sep 5, 2024
1 parent 415582d commit 6d0a143
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/hooks/api/xcm/xcm-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,17 @@ const XCMEndpoints: XCMEndpointsRecord = {
'wss://karura-rpc-3.aca-api.network/ws'
],
kintsugi: ['wss://api-kusama.interlay.io/parachain'],
kusama: ['wss://kusama-rpc.polkadot.io', 'wss://kusama-rpc.dwellir.com'],
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'],
polkadot: ['wss://rpc.polkadot.io', 'wss://polkadot-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 6d0a143

Please sign in to comment.