Skip to content

Commit 2eab3d5

Browse files
Fixing
1 parent b7edde5 commit 2eab3d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To deploy **all** Subgraphs locally, you must have the following:
2424

2525
## Get Started
2626

27-
The following guide provides examples for defining 5 source Subgraphs to create one powerful composed Subgraph.
27+
The following guide provides examples for defining source Subgraphs to create one powerful composed Subgraph.
2828

2929
### Specifics
3030

@@ -72,7 +72,7 @@ This third source Subgraph indexes the size of each block. To deploy this Subgra
7272

7373
### Step 4. Combine Into Block Stats Subgraph
7474

75-
This composed Subgraph combines and aggregates the information from the 5 source Subgraphs above, providing a unified view of block statistics. To deploy this Subgraph locally, run the same commands as above.
75+
This composed Subgraph combines and aggregates the information from the source Subgraphs above, providing a unified view of block statistics. To deploy this Subgraph locally, run the same commands as above.
7676

7777
> Note:
7878
>
@@ -83,12 +83,12 @@ This composed Subgraph combines and aggregates the information from the 5 source
8383
#### Key Functions
8484

8585
- It provides a consolidated data model that encompasses all relevant block metrics.
86-
- It combines data from 5 source Subgraphs, and provides a comprehensive view of block statistics, enabling more complex queries and analyses.
86+
- It combines data from 3 source Subgraphs, and provides a comprehensive view of block statistics, enabling more complex queries and analyses.
8787

8888
## Key Takeaways
8989

9090
- This powerful tool will scale your Subgraph development and allow you to combine multiple Subgraphs.
91-
- The setup includes the deployment of 5 source Subgraphs and one final deployment of the composed Subgraph.
91+
- The setup includes the deployment of 3 source Subgraphs and one final deployment of the composed Subgraph.
9292
- This feature unlocks scalability, simplifying both development and maintenance efficiency.
9393

9494
## Additional Resources

0 commit comments

Comments
 (0)