Skip to content

Commit

Permalink
Fixes the specVersion required for polling filters (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem authored Oct 12, 2023
1 parent e71b746 commit 9f7e9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/en/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ dataSources:

#### Polling Filter

> **Requires `specVersion` >= 0.8.0**
> **Requires `specVersion` >= 0.0.8**

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

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

#### Once Filter

> **Requires `specVersion` >= 0.8.0**
> **Requires `specVersion` >= 0.0.8**

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

Expand Down

0 comments on commit 9f7e9e0

Please sign in to comment.