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/pages/en/deploying/multiple-networks.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This page explains how to deploy a subgraph to multiple networks. To deploy a su
9
9
10
10
In some cases, you will want to deploy the same subgraph to multiple networks without duplicating all of its code. The main challenge that comes with this is that the contract addresses on these networks are different.
11
11
12
-
### Using graph-cli
12
+
### Using `graph-cli`
13
13
14
14
Both `graph build` (since `v0.29.0`) and `graph deploy` (since `v0.32.0`) accept two new options:
0 commit comments