Skip to content

Commit 36cb05a

Browse files
Update website/pages/en/deploying/multiple-networks.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 88e2950 commit 36cb05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/deploying/multiple-networks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ yarn deploy --network sepolia --network-file path/to/config
126126

127127
### Using subgraph.yaml template
128128

129-
One solution for older graph-cli versions that allows to parameterize aspects like contract addresses is to generate parts of it using a templating system like [Mustache](https://mustache.github.io/) or [Handlebars](https://handlebarsjs.com/).
129+
One way to parameterize aspects like contract addresses using older `graph-cli` versions is to generate parts of it with a templating system like [Mustache](https://mustache.github.io/) or [Handlebars](https://handlebarsjs.com/).
130130

131131
To illustrate this approach, let's assume a subgraph should be deployed to mainnet and Sepolia using different contract addresses. You could then define two config files providing the addresses for each network:
132132

0 commit comments

Comments
 (0)