From 7e6107d02cf3a3f9368d6aed2bb99b0d8c06adad Mon Sep 17 00:00:00 2001 From: Michael Macaulay Date: Mon, 7 Oct 2024 13:45:47 -0400 Subject: [PATCH] Update SpecVersion --- website/pages/en/developing/creating-a-subgraph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index 47a24176a5d2..115cb1d7e715 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -316,7 +316,7 @@ In this configuration: ### Declared eth_call -> **Requires**: [SpecVersion](#specversion-releases) >= `1.2.0`. Currently, `eth_calls` can only be declared for event handlers. +> Note: The highest [SpecVersion](#specversion-releases) available to sync is `1.0.0`. Declarative `eth_calls` are a valuable subgraph feature that allows `eth_calls` to be executed ahead of time, enabling `graph-node` to execute them in parallel.