From 7b146cba7341267e0aee2ef5387ef1243d063009 Mon Sep 17 00:00:00 2001 From: Michael Macaulay Date: Wed, 16 Apr 2025 13:59:26 -0400 Subject: [PATCH 1/2] Updates --- .../subgraphs/developing/deploying/using-subgraph-studio.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx b/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx index 77d10212c770..573eb6e5f906 100644 --- a/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx +++ b/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx @@ -89,6 +89,9 @@ Once you are ready, you can deploy your Subgraph to Subgraph Studio. > 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. +> **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. + + Use the following CLI command to deploy your Subgraph: ```bash @@ -104,6 +107,8 @@ After running this command, the CLI will ask for a version label. After deploying, you can test your Subgraph (either in Subgraph Studio or in your own app, with the deployment query URL), deploy another version, update the metadata, and publish to [Graph Explorer](https://thegraph.com/explorer) when you are ready. +> **Note**: The development query URL is limited to 3,000 queries per day. + Use Subgraph Studio to check the logs on the dashboard and look for any errors with your Subgraph. ## Publish Your Subgraph From 88d060d892ae1edd56414961517961cb71881513 Mon Sep 17 00:00:00 2001 From: Michael Macaulay Date: Wed, 16 Apr 2025 14:13:31 -0400 Subject: [PATCH 2/2] Fix --- .../en/subgraphs/developing/deploying/using-subgraph-studio.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx b/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx index 573eb6e5f906..eb6626f4c98c 100644 --- a/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx +++ b/website/src/pages/en/subgraphs/developing/deploying/using-subgraph-studio.mdx @@ -91,7 +91,6 @@ Once you are ready, you can deploy your Subgraph to Subgraph Studio. > **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. - Use the following CLI command to deploy your Subgraph: ```bash