Skip to content

Commit

Permalink
chore: update dict endpoint for all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Nov 29, 2023
1 parent 83bd3da commit 20d67af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
SUBQL_PROJ_ORG: ${{ inputs.projOrg }}
SUBQL_PROJ_IMAGE: ${{ inputs.projImage }}
SUBQL_DEPLOYMENT_TYPE: ${{ inputs.deploymentType }}
SUBQL_DICTIONARY: https://api.subquery.network/sq/centrifuge/centrifuge-dictionary
steps:
- name: Check out repo's default branch
uses: actions/checkout@v3
Expand All @@ -44,6 +43,7 @@ jobs:
echo "SUBQL_PROJ_NAME=$(yq '.name' project.yaml)" >> $GITHUB_ENV
echo "SUBQL_PROJ_DECRIPTION=$(yq '.description' project.yaml)" >> $GITHUB_ENV
echo "SUBQL_ENDPOINT=$(yq '.network.endpoint' project.yaml)" >> $GITHUB_ENV
echo "SUBQL_DICTIONARY=$(yq '.network.dictionary' project.yaml)" >> $GITHUB_ENV
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions chains/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ description: 'SubQuery API powered by EMBRIO.tech to query Centrifuge chain data
repository: https://github.com/centrifuge/pools-subql
schema:
file: ./schema.graphql
network:
dictionary: ''
dataSources:
- kind: substrate/Runtime
startBlock: 1
Expand Down
1 change: 1 addition & 0 deletions chains/centrifuge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ network:
chainId: '0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82'
chaintypes:
file: ./dist/chaintypes.js
dictionary: https://api.subquery.network/sq/centrifuge/centrifuge-dictionary
dataSources:
- kind: substrate/Runtime
startBlock: 3824709 # block Anemoy was created at

0 comments on commit 20d67af

Please sign in to comment.