Skip to content

Commit abf43ed

Browse files
authored
[indexer] Index only finalized blocks for polkadot asset hub (#720)
1 parent bf597d2 commit abf43ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/packages/indexer/docker/docker-compose.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ services:
179179
retries: 10
180180

181181
graphql-engine:
182-
image: subquerynetwork/subql-query:v2.21.0
182+
image: polytopelabs/omnihedron:latest
183183
restart: always
184184
ports:
185185
- 3100:3000

sdk/packages/indexer/src/configs/config-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"chainId": "420420417",
118118
"startBlock": 4749233,
119119
"stateMachineId": "EVM-420420417",
120-
"blockConfirmations": 5,
120+
"unfinalizedBlocks": false,
121121
"contracts": {
122122
"ethereumHost": "0xbb26e04a71e7c12093e82b83ba310163eac186fa",
123123
"handlerV1": "0x8b31a195c98ead34cf463a66f52942b6145a68a2",

0 commit comments

Comments
 (0)