Skip to content

Commit

Permalink
Update testingRelayPaseo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
senseless authored Sep 22, 2024
1 parent 5f7cf85 commit 67acd33
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 @@ -308,8 +308,8 @@ export const testParasPaseoCommon: EndpointOption[] = [
isPeopleForIdentity: true,
paraId: 1005,
providers: {
ParaNodes: 'wss://paseo-coretime.paranodes.io',
IBP2: 'wss://coretime-paseo.dotters.network'
'IBP2': 'wss://coretime-paseo.dotters.network',

Check failure on line 311 in packages/apps-config/src/endpoints/testingRelayPaseo.ts

View workflow job for this annotation

GitHub Actions / pr (lint)

Unnecessarily quoted property 'IBP2' found
ParaNodes: 'wss://paseo-coretime.paranodes.io'
},
relayName: 'paseo',
teleport: [-1],
Expand Down

0 comments on commit 67acd33

Please sign in to comment.