Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
feat: upate subql versions (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Jan 4, 2024
1 parent da0be64 commit cd4905d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
subql_deploy_workflow:
runs-on: ubuntu-latest
env:
SUBQL_INDEXER_VERSION: v3.4.7
SUBQL_INDEXER_VERSION: v3.4.10
SUBQL_ETH_INDEXER_VERSION: v3.1.2
SUBQL_QUERY_VERSION: v2.6.0
SUBQL_QUERY_VERSION: v2.8.0
CHAIN_ID: ${{ inputs.chainId }}
SUBQL_ACCESS_TOKEN: ${{ secrets.accessToken }}
SUBQL_PROJ_ORG: ${{ inputs.projOrg }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: 'Check Build'
runs-on: ubuntu-latest
env:
SUBQL_INDEXER_VERSION: v3.4.7
SUBQL_QUERY_VERSION: v2.6.0
SUBQL_INDEXER_VERSION: v3.4.10
SUBQL_QUERY_VERSION: v2.8.0
CHAIN_ID: demo
steps:
- name: Check out repo's default branch
Expand Down

0 comments on commit cd4905d

Please sign in to comment.