Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add Asia and Geo balancer endpoints for Unique #10022

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,9 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
providers: {
Dwellir: 'wss://quartz-rpc.dwellir.com',
// OnFinality: 'wss://quartz.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9972
'Geo Load Balancer': 'wss://ws-quartz.unique.network',
'Unique America': 'wss://us-ws-quartz.unique.network',
'Unique Asia': 'wss://asia-ws-quartz.unique.network',
'Unique Europe': 'wss://eu-ws-quartz.unique.network'
},
text: 'QUARTZ by UNIQUE',
Expand Down
2 changes: 2 additions & 0 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,10 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2037,
providers: {
Dwellir: 'wss://unique-rpc.dwellir.com',
'Geo Load Balancer': 'wss://ws.unique.network',
OnFinality: 'wss://unique.api.onfinality.io/public-ws',
'Unique America': 'wss://us-ws.unique.network',
'Unique Asia': 'wss://asia-ws.unique.network',
'Unique Europe': 'wss://eu-ws.unique.network'
},
text: 'Unique Network',
Expand Down
2 changes: 2 additions & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,9 @@
{
info: 'opal',
providers: {
'Geo Load Balancer': 'wss://ws-opal.unique.network',

Check failure on line 644 in packages/apps-config/src/endpoints/testing.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Trailing spaces not allowed
BuddyGlas marked this conversation as resolved.
Show resolved Hide resolved
'Unique America': 'wss://us-ws-opal.unique.network',
'Unique Asia': 'wss://asia-ws-opal.unique.network',
'Unique Europe': 'wss://eu-ws-opal.unique.network'
},
text: 'OPAL by UNIQUE',
Expand Down
Loading