From c572f678a394722e4b2c9466db5147fedca83a18 Mon Sep 17 00:00:00 2001 From: Michael Macaulay <56690114+MichaelMacaulay@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:06:36 -0400 Subject: [PATCH] Update (#794) --- 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 16f78b80b715..bf3fb7d0486b 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 -> Note: The highest [SpecVersion](#specversion-releases) available to sync is `1.0.0`. +> Note: This is an experimental feature that is not currently available in a stable Graph Node release yet. You can only use it in Subgraph Studio or your self-hosted node. 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.