You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Migrate Your Subgraph From Alchemy to The Graph Network
4
4
5
5
# Migrate Your Subgraph From Alchemy to The Graph Network
6
6
7
-
This guide walks you through migrating or deploying an existing subgraph to **The Graph Network** — a decentralized and performant Graph Node infrastructure.
7
+
This guide walks you through migrating or deploying an existing subgraph to **The Graph**.
8
8
You’ll learn how to build, test locally with **Graph Node Dev Mode (`gnd`)**, and deploy to **The Graph Studio**.
9
9
10
10
---
@@ -48,7 +48,7 @@ yarn codegen && yarn build
48
48
49
49
---
50
50
51
-
## 4. Test Locally with Graph Node Dev Mode
51
+
## 4. Test Locally with Subgraph Dev Mode
52
52
53
53
`gnd` lets you run a local Graph Node instance for rapid testing—no IPFS or manual database setup required.
0 commit comments