Skip to content

Commit

Permalink
fix query build
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 5, 2024
1 parent 3cf0707 commit 1eb5cea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- --disable-historical

graphql-engine:
image: onfinality/subql-query:v1.4.0
image: subquerynetwork/subql-query:v2.10.0
ports:
- 3001:3001
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose-bodhi-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- --disable-historical

graphql-engine:
image: onfinality/subql-query:v1.4.0
image: subquerynetwork/subql-query:v2.10.0
container_name: graphql-engine
ports:
- 3001:3001
Expand Down
2 changes: 1 addition & 1 deletion examples/viem/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- --disable-historical

graphql-engine:
image: onfinality/subql-query:v1.4.0
image: subquerynetwork/subql-query:v2.10.0
container_name: graphql-engine
ports:
- 3001:3001
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-subql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ An example is [here](../docker-compose-example.yml#L27)
Latest stable versions:
- `acala/eth-rpc-adapter:v2.7.4`
- `acala/evm-subql:v2.6.5`
- `onfinality/subql-query:v1.4.0`
- `subquerynetwork/subql-query:v2.10.0`

#### config
One trick is that we don't have to start indexing from block 0, since Acala and Karura didn't enable EVM+ until a certain block. In particular we can use these two configs for production (change the `endpoint` value to your custom one if needed):
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-tests/docker-compose-acala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- --disable-historical

graphql-engine:
image: onfinality/subql-query:v1.4.0
image: subquerynetwork/subql-query:v2.10.0
container_name: graphql-engine
ports:
- 3001:3001
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-tests/docker-compose-karura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- --disable-historical

graphql-engine:
image: onfinality/subql-query:v1.4.0
image: subquerynetwork/subql-query:v2.10.0
container_name: graphql-engine
ports:
- 3001:3001
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-tests/docker-compose-subway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- --disable-historical

graphql-engine:
image: onfinality/subql-query:v1.4.0
image: subquerynetwork/subql-query:v2.10.0
container_name: graphql-engine
ports:
- 3001:3001
Expand Down

0 comments on commit 1eb5cea

Please sign in to comment.