From baa3b1036659927a7bb47b9219f9160ed6c4c18f Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Mon, 9 Sep 2024 13:24:27 -0700 Subject: [PATCH] minor --- 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 df4e556c79e0..3bf9fe432fa0 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -379,7 +379,7 @@ calls: Details for the example above: -- ` global0X128` is the declared `eth_call`. +- `global0X128` is the declared `eth_call`. - The text (`global0X128`) is the label for this `eth_call` which is used when logging errors. - The text (`Pool[event.address].feeGrowthGlobal0X128()`) is the actual `eth_call` that will be executed, which is in the form of `Contract[address].function(arguments)` - The `address` and `arguments` can be replaced with variables that will be available when the handler is executed.