From f0101bf2a13da9eec98f518c6c83410776b114f5 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Thu, 13 Nov 2025 09:52:01 -0800 Subject: [PATCH 1/2] minor editing changes --- .../en/resources/migration-guides/migrate-from-alchemy.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx b/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx index e9d0d4b34a57..f95f7e645dd9 100644 --- a/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx +++ b/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx @@ -2,11 +2,7 @@ title: Migrate Your Subgraph From Alchemy to The Graph Network --- -## Migrate Your Subgraph From Alchemy to The Graph Network - -## Goal - -Migrate or deploy an existing Subgraph to **The Graph**. +Migrate or deploy an existing Subgraph to **[The Graph](https://thegraph.com/)**. ## Overview From 87261633650ce7acb8954ecc8f38b00df91c65b5 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Thu, 13 Nov 2025 10:06:52 -0800 Subject: [PATCH 2/2] getting rid of flag --- .../resources/migration-guides/migrate-from-alchemy.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx b/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx index f95f7e645dd9..ee79583b2c1a 100644 --- a/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx +++ b/website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx @@ -16,7 +16,7 @@ This guide walks you through: ## 1. Prerequisites -You’ll need: +You'll need: - Your subgraph source code (`subgraph.yaml`, `schema.graphql`, `src/mapping.ts`) - [Node.js](https://nodejs.org), Yarn, and `graph-cli`: @@ -33,14 +33,14 @@ Install and authenticate the CLI: ```bash npm install -g @graphprotocol/graph-cli -graph auth --studio +graph auth ``` --- ## 3. Prepare and Build Your Subgraph -If you don’t already have a project, initialize one from a contract: +If you don't already have a project, initialize one from a contract: ```bash graph init --from-contract @@ -115,7 +115,7 @@ graph subgraph list ## 7. Update Your Application -Your subgraph’s GraphQL endpoint follows this format: +Your subgraph's GraphQL endpoint follows this format: ``` https://api.studio.thegraph.com/query/{user_id}/{subgraph_slug}/{version}