Skip to content

Commit

Permalink
Re-add Asia and Geo balancer endpoints for Unique (#10022)
Browse files Browse the repository at this point in the history
* Re-add Asia and Geo balancer endpoints for Unique

* Update packages/apps-config/src/endpoints/testing.ts

Co-authored-by: Jaco <[email protected]>

---------

Co-authored-by: Jaco <[email protected]>
  • Loading branch information
BuddyGlas and jacogr authored Nov 10, 2023
1 parent 65fc709 commit 507a4f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'opal',
providers: {
'Geo Load Balancer': 'wss://ws-opal.unique.network',
'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

0 comments on commit 507a4f6

Please sign in to comment.