Skip to content

Commit

Permalink
Merge pull request #177 from Cerebellum-Network/fix/frontend-stg-config
Browse files Browse the repository at this point in the history
Fix/frontend stg config
  • Loading branch information
groschovskiy authored Dec 15, 2023
2 parents af49008 + 71b38d6 commit a79d15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: '["self-hosted", "cere-network-large-workers"]'
build_container: 'node:14-buster-slim'
deploy_container: 'ubuntu:20.04'
install_packages_command: 'cp -rf frontend/frontend.config-cere-dev.js frontend/frontend.config.js; yarn install'
install_packages_command: 'cp -rf frontend/frontend.config-cere-stg.js frontend/frontend.config.js; yarn install'
build_command: 'yarn workspace frontend generate'
path_to_static_files_to_upload: 'frontend/dist'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion frontend/frontend.config-cere-stg.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const network = {
tokenDecimals: 10,
ss58Format: 54,
coinGeckoDenom: 'cere-network',
nodeWs: 'wss://archive.mainnet.cere.network/ws',
nodeWs: 'wss://archive.testnet.cere.network/ws',
backendWs: 'wss://hasura.stats.stg.cere.network/v1/graphql',
backendHttp: 'https://api.stats.stg.cere.network/api/v1',
googleAnalytics: '',
Expand Down

0 comments on commit a79d15a

Please sign in to comment.