Skip to content

Commit

Permalink
disabled unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
piggydoughnut committed Sep 30, 2024
1 parent 82b49a9 commit c5f2587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
info: 'Ideal Network',
paraId: 4502,
providers: {
'IDN Node': 'wss://idn0-testnet.idealabs.network'
// 'IDN Node': 'wss://idn0-testnet.idealabs.network' https://github.com/polkadot-js/apps/issues/10966
},
text: 'Ideal Network',
ui: {
Expand Down Expand Up @@ -318,7 +318,7 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1002,
providers: {
IBP1: 'wss://sys.ibp.network/bridge-hub-paseo',
// IBP1: 'wss://sys.ibp.network/bridge-hub-paseo', https://github.com/polkadot-js/apps/issues/10966
IBP2: 'wss://bridge-hub-paseo.dotters.network'
},
relayName: 'paseo',
Expand Down

0 comments on commit c5f2587

Please sign in to comment.