Skip to content

Commit

Permalink
Update staging config
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Aug 15, 2023
1 parent bc77910 commit 0aa7b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build-args: |
GH_GA_ID=fake
GH_APP_KIND=gazer
GH_CONNECTION_KIND=main
GH_CONNECTION_KIND=staging
tags: |
${{ env.image }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
4 changes: 2 additions & 2 deletions src/config/connections/staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const stagingConfig: SubsocialConfig = {
sudoOne: '3si9SFRhEPKvpk2xW9dUkcud1AanQxJwok2QFqppqE5ZeShp',

substrateUrl: 'wss://rco-para.subsocial.network',
offchainUrl: 'https://staging-api.subsocial.network',
offchainUrl: 'https://api.subsocial.network',
graphqlUrl: 'https://squid.subsquid.io/soonsocial/graphql',

ipfsNodeUrl: 'https://staging-ipfs.subsocial.network',
ipfsNodeUrl: 'https://ipfs.subsocial.network',
dagHttpMethod: 'get',
useOffchainForIpfs: false,

Expand Down

0 comments on commit 0aa7b02

Please sign in to comment.