Skip to content

Commit 59f716a

Browse files
committed
updating call out
1 parent e669b32 commit 59f716a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Deploying Using Subgraph Studio
44

55
Learn how to deploy your Subgraph to Subgraph Studio.
66

7+
> [!IMPORTANT] Each account is limited to 3 deployed (unpublished) Subgraphs. If you reach this limit, you must archive or publish existing Subgraphs before deploying new ones.
8+
79
> Note: When you deploy a Subgraph, you push it to Subgraph Studio, where you'll be able to test it. It's important to remember that deploying is not the same as publishing. When you publish a Subgraph, you're publishing it onchain.
810
911
## Subgraph Studio Overview
@@ -87,9 +89,9 @@ graph auth <DEPLOY KEY>
8789

8890
Once you are ready, you can deploy your Subgraph to Subgraph Studio.
8991

90-
> Deploying a Subgraph with the CLI pushes it to the Studio, where you can test it and update the metadata. This action won't publish your Subgraph to the decentralized network.
92+
> [!IMPORTANT] Limit: 3 deployed (unpublished) Subgraphs per account. Publish or archive to free a slot.
9193
92-
> **Note**: Each account is limited to 3 deployed (unpublished) Subgraphs. If you reach this limit, you must archive or publish existing Subgraphs before deploying new ones.
94+
> [!NOTE] Deploying a Subgraph with the CLI pushes it to the Studio, where you can test it and update the metadata. This action won't publish your Subgraph to the decentralized network.
9395
9496
Use the following CLI command to deploy your Subgraph:
9597

0 commit comments

Comments
 (0)