Skip to content

Commit

Permalink
Merge branch 'master' into release/interlay/2.41.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	src/hooks/api/xcm/xcm-endpoints.ts
  • Loading branch information
tomjeatt committed Jan 4, 2024
2 parents 82552e5 + ad10324 commit ea25908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interbtc-ui",
"version": "2.41.0",
"version": "2.41.1",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
Expand Down
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

0 comments on commit ea25908

Please sign in to comment.