diff --git a/subgraph.template.yaml b/subgraph.template.yaml index 3345153..7dc1736 100644 --- a/subgraph.template.yaml +++ b/subgraph.template.yaml @@ -242,6 +242,11 @@ dataSources: file: ./abis/IERC20/IERC20.json blockHandlers: - handler: bindOldProducts + # this is a trick to avoid a bug in the indexer that makes all indexing extra slow + # it must be removed once the bug is fixed + filter: + kind: polling + every: 1 {{/firstBlock}} templates: