From 4e1acc3b6a119e8dc21ac780604552fda5e9899a Mon Sep 17 00:00:00 2001 From: Giuliano-1 <59326521+Giuliano-1@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:41:49 -0500 Subject: [PATCH] Update evm.md --- docs/new/tutorials/evm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new/tutorials/evm.md b/docs/new/tutorials/evm.md index 14fcb43fa..825847548 100644 --- a/docs/new/tutorials/evm.md +++ b/docs/new/tutorials/evm.md @@ -34,7 +34,7 @@ To make your Substreams queryable (as opposed to [direct streaming](../how-to-gu 1. Run `substreams codegen subgraph` to initialize the sink, producing the necessary files and function definitions. 2. Create your [subgraph mappings](../how-to-guides/sinks/subgraph/triggers.md) within the `mappings.ts` and associated entities within the `schema.graphql`. -3. Deploy +3. Build and deploy locally or to [Subgraph Studio](https://thegraph.com/studio-pricing/) by running `deploy-studio`. ### SQL