From 12513b5d9517f50f5a3ede5c6513bd3ec7ab67c5 Mon Sep 17 00:00:00 2001 From: ak Date: Fri, 25 Jul 2025 14:10:09 +0300 Subject: [PATCH] remove outdated note about declared eth_call being experimental --- website/src/pages/en/subgraphs/developing/creating/advanced.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/pages/en/subgraphs/developing/creating/advanced.mdx b/website/src/pages/en/subgraphs/developing/creating/advanced.mdx index 57007f5dfee1..0f33c514f8cb 100644 --- a/website/src/pages/en/subgraphs/developing/creating/advanced.mdx +++ b/website/src/pages/en/subgraphs/developing/creating/advanced.mdx @@ -456,8 +456,6 @@ In this configuration: ## Declared eth_call -> 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. This feature does the following: