Skip to content

Commit

Permalink
Change subId api url
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Sep 15, 2023
1 parent 5f22ce2 commit e1f4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/connections/staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const stagingConfig: SubsocialConfig = {
dagHttpMethod: 'get',
useOffchainForIpfs: false,

subIdApiUrl: 'http://localhost:3001/api/v1',
subIdApiUrl: 'https://rococo-subid.subsocial.network/api/v1',
subsocialParaId: 2100,
}

Expand Down

0 comments on commit e1f4c72

Please sign in to comment.