Skip to content

Commit

Permalink
chore: update subql version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 authored Oct 23, 2023
1 parent 1821d0a commit 62094be
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 455 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
subql_deploy_workflow:
runs-on: ubuntu-latest
env:
SUBQL_INDEXER_VERSION: v3.0.7
SUBQL_INDEXER_VERSION: v3.1.0
SUBQL_QUERY_VERSION: v2.6.0
CHAIN_ID: ${{ inputs.chainId }}
SUBQL_ACCESS_TOKEN: ${{ secrets.accessToken }}
Expand Down
4 changes: 2 additions & 2 deletions chains/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version: 1.0.0
runner:
node:
name: '@subql/node'
version: '3.0.7'
version: '3'
query:
name: '@subql/query'
version: '2.6.0'
version: '2'
description: 'SubQuery API powered by EMBRIO.tech to query Centrifuge chain data for analytics insights on how Centrifuge is unlocking economic opportunity for all by connecting people to borrow and lend money transparently and cost-effectively.'
repository: https://github.com/centrifuge/pools-subql
schema:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@jest/globals": "^29.2.0",
"@polkadot/api": "^9",
"@polkadot/typegen": "^9",
"@polkadot/api": "^10",
"@polkadot/typegen": "^10",
"@subql/cli": "latest",
"@subql/types": "latest",
"@subql/testing": "latest",
"@types/jest": "^29.1.2",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
Expand All @@ -47,7 +48,7 @@
"prettier-eslint": "^15.0.1",
"ts-jest": "^29.0.3",
"ts-node": "^8.6.2",
"typescript": "^4.1.3"
"typescript": "^5.2.2"
},
"lint-staged": {
"src/**/*.{js,ts}": [
Expand Down
Loading

0 comments on commit 62094be

Please sign in to comment.