Skip to content

Commit 9f7e9e0

Browse files
authored
Fixes the specVersion required for polling filters (graphprotocol#510)
1 parent e71b746 commit 9f7e9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/en/developing/creating-a-subgraph.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ dataSources:
810810

811811
#### Polling Filter
812812

813-
> **Requires `specVersion` >= 0.8.0**
813+
> **Requires `specVersion` >= 0.0.8**
814814

815815
> **Note:** Polling filters are only available on dataSources of `kind: ethereum`.
816816

@@ -826,7 +826,7 @@ The defined handler will be called once for every `n` blocks, where `n` is the v
826826

827827
#### Once Filter
828828

829-
> **Requires `specVersion` >= 0.8.0**
829+
> **Requires `specVersion` >= 0.0.8**
830830

831831
> **Note:** Once filters are only available on dataSources of `kind: ethereum`.
832832

0 commit comments

Comments
 (0)