Skip to content

Commit

Permalink
Enable parity endpoints (#9756)
Browse files Browse the repository at this point in the history
* Enable parity endpoints

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

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

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

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

---------

Co-authored-by: Jaco <[email protected]>
  • Loading branch information
BulatSaif and jacogr authored Aug 5, 2023
1 parent a251257 commit 1894b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/apps-config/src/endpoints/testingRelayWestend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ 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
'IBP-GeoDNS1': 'wss://sys.ibp.network/bridgehub-westend',
'IBP-GeoDNS2': 'wss://sys.dotters.network/bridgehub-westend'
'IBP-GeoDNS2': 'wss://sys.dotters.network/bridgehub-westend',
Parity: 'wss://westend-bridge-hub-rpc.polkadot.io'
},
text: 'BridgeHub',
ui: {
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'
},
teleport: [-1],
text: 'Collectives',
Expand Down

0 comments on commit 1894b77

Please sign in to comment.