Skip to content

Commit

Permalink
Enable parity endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Aug 3, 2023
1 parent e8bd49a commit e4f27da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const testParasWestendCommon: EndpointOption[] = [
info: 'westendBridgeHub',
paraId: 1002,
providers: {
// Parity: 'wss://westend-bridge-hub-rpc.polkadot.io', // https://github.com/polkadot-js/apps/issues/9348
Parity: 'wss://westend-bridge-hub-rpc.polkadot.io',
'IBP-GeoDNS1': 'wss://sys.ibp.network/bridgehub-westend',

Check failure on line 151 in packages/apps-config/src/endpoints/testingRelayWestend.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Expected object keys to be in ascending order. 'IBP-GeoDNS1' should be before 'Parity'
'IBP-GeoDNS2': 'wss://sys.dotters.network/bridgehub-westend'
},
Expand All @@ -161,8 +161,8 @@ export const testParasWestendCommon: EndpointOption[] = [
paraId: 1001,
providers: {
'IBP-GeoDNS1': 'wss://sys.ibp.network/collectives-westend',
'IBP-GeoDNS2': 'wss://sys.dotters.network/collectives-westend'
// Parity: 'wss://westend-collectives-rpc.polkadot.io' // https://github.com/polkadot-js/apps/issues/9357
'IBP-GeoDNS2': 'wss://sys.dotters.network/collectives-westend',
Parity: 'wss://westend-collectives-rpc.polkadot.io'

Check failure on line 165 in packages/apps-config/src/endpoints/testingRelayWestend.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Expected indentation of 6 spaces but found 7
},
teleport: [-1],
text: 'Collectives',
Expand Down

0 comments on commit e4f27da

Please sign in to comment.