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/sunrise.mdx
+25-3Lines changed: 25 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This plan draws on many previous developments from The Graph ecosystem, includin
20
20
21
21
### When will hosted service subgraphs no longer be available?
22
22
23
-
Hosted service endpoints will no longer be available after June 12th, 2024. Developers will no longer be able to deploy new versions, and query endpoints will no longer be available to query.
23
+
Hosted service query endpoints will remain active until June 12th, whether they have been upgraded or not. After June 12th, query endpoints will no longer be available and developers will no longer be able to deploy new subgraph versions.
24
24
25
25
### Will my hosted service subgraph be supported on The Graph Network?
26
26
@@ -46,7 +46,9 @@ The Graph community is here to support developers as they move to The Graph Netw
46
46
47
47
### How can I ensure high quality of service and redundancy for subgraphs on The Graph Network?
48
48
49
-
All subgraphs will be supported by the upgrade indexer. In order to attract additional Indexers for redundancy and improved quality of service, developers can add curation signal to subgraphs eligible for indexing rewards. [Learn more about adding signal to your subgraph](/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph).
49
+
All subgraphs will be supported by the upgrade Indexer. For a higher quality of service and more robust redundancy, you can add a curation signal to subgraphs eligible for indexing rewards. It is recommended that you curate your subgraph with at least 3000 GRT (per subgraph) to attract about 3 Indexers. [Learn more about adding signal to your subgraph](/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph).
50
+
51
+
Please note that this indexing incentive does not deplete over time; it has no depletion rate and is instantly withdrawable at any time. If you want to add 3000 GRT in signal, you will need to signal 3030 GRT (as 1% would be burned). Note that a 0.5% fee is also deducted from the subgraph’s signal every time a new version is published.
50
52
51
53
Subgraphs which are not eligible for indexing rewards may struggle to attract further Indexers. For example, indexing rewards may not be available for subgraphs on certain chains (check support [here](/developing/supported-networks)).
52
54
@@ -82,7 +84,27 @@ Around the start of June, Edge & Node will automatically upgrade actively querie
82
84
83
85
### What happens if I don't upgrade my subgraph?
84
86
85
-
Subgraphs will be queryable on the hosted service until June 12th. After this date, the hosted service homepage will still be accessible, however, query endpoints will no longer be available. Owners of hosted service subgraphs will still be able to upgrade their subgraphs to The Graph Network after June 12th, though earlier upgrades are entitled to [earn rewards](https://thegraph.com/sunrise-upgrade-program/). Developers will also be able to claim [auto-upgraded subgraphs](https://thegraph.com/blog/unveiling-updated-sunrise-decentralized-data/#phase-2-sunbeam)
87
+
Subgraphs will be queryable on the hosted service until June 12th. After this date, the hosted service homepage will still be accessible, however, query endpoints will no longer be available. Owners of hosted service subgraphs will still be able to upgrade their subgraphs to The Graph Network after June 12th, though earlier upgrades are entitled to [earn rewards](https://thegraph.com/sunrise-upgrade-program/). Developers will also be able to claim [auto-upgraded subgraphs](https://thegraph.com/blog/unveiling-updated-sunrise-decentralized-data/#phase-2-sunbeam).
88
+
89
+
### What should I do with my subgraphs on the hosted service? Will they stop working and should I delete them?
90
+
91
+
It is not possible to delete subgraphs. Query endpoints will remain active until June 12th, regardless of whether they have been upgraded or not.
92
+
93
+
### Will Subgraph Studio be impacted by this upgrade?
94
+
95
+
No, Subgraph Studio will not be impacted by Sunrise.
96
+
97
+
### What will happen to the hosted service?
98
+
99
+
After June 12th, query endpoints will no longer be available, and owners won't be able to deploy or query the hosted service. However, the hosted service UI will still show subgraph pages, and subgraph owners will be able to upgrade their subgraphs if they haven't already. The hosted service UI will be retired at a later date.
100
+
101
+
### Will subgraphs need to be re-indexed again?
102
+
103
+
No, rest assured that your subgraph will not need to be re-indexed when it is upgraded to The Graph Network. Subgraphs will be immediately available for querying, powered by the upgrade Indexer, which uses the same infrastructure as the hosted service. If your subgraph is indexing a network that is eligible for indexing rewards, you can add signal to attract indexers. [Learn more about adding signal to your subgraph](/publishing/publishing-a-subgraph/#adding-signal-to-your-subgraph).
104
+
105
+
### Why is my subgraph being published to Arbitrum, is it indexing a different network?
106
+
107
+
The Graph Network was originally deployed on mainnet Ethereum but moved to Arbitrum One to reduce gas costs for all users. As such any new subgraphs are published to The Graph Network on Arbitrum so that they can be supported by Indexers. Arbitrum is the network that subgraphs are published to, but subgraphs can index any of the [supported networks](https://thegraph.com/docs/en/developing/supported-networks/)
86
108
87
109
### How can I get started querying subgraphs on The Graph Network?
0 commit comments