From db23b431afe537ee356ac73b16e0554cd73cca7d Mon Sep 17 00:00:00 2001 From: Jem <91760036+0xJem@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:31:32 +0400 Subject: [PATCH] Fixes the specVersion required for polling filters --- website/pages/en/developing/creating-a-subgraph.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index 1b560698e30b..98fe86f9f414 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -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`. @@ -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`.