Skip to content

Commit

Permalink
chore: Update xcm-endpoints.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler authored Sep 5, 2024
1 parent ce04e8a commit 415582d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/api/xcm/xcm-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ const XCMEndpoints: XCMEndpointsRecord = {
polkadot: ['wss://rpc.polkadot.io', 'wss://polkadot-rpc.dwellir.com'],
statemine: [
'wss://kusama-asset-hub-rpc.polkadot.io',
'wss://statemine-rpc.dwellir.com',
'wss://asset-hub-kusama-rpc.dwellir.com',
'wss://statemine-rpc-tn.dwellir.com'
],
statemint: [
'wss://polkadot-asset-hub-rpc.polkadot.io',
'wss://statemint-rpc.dwellir.com',
'wss://asset-hub-polkadot-rpc.dwellir.com',
'wss://statemint-rpc-tn.dwellir.com'
]
};
Expand Down

0 comments on commit 415582d

Please sign in to comment.