Skip to content

Commit d6d4034

Browse files
committed
Managing
1 parent 58cb1a6 commit d6d4034

File tree

3 files changed

+27
-23
lines changed

3 files changed

+27
-23
lines changed

website/pages/en/managing/_meta.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export default {
2-
'transfer-and-deprecate-a-subgraph': '',
2+
'transfer-a-subgraph': '',
3+
'deprecate-a-subgraph': '',
34
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Deprecate a Subgraph
3+
---
4+
5+
## Deprecating a Subgraph
6+
7+
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer.
8+
9+
### Step-by-Step
10+
11+
To deprecate your subgraph, do the following:
12+
13+
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract).
14+
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument.
15+
3. Your subgraph will no longer appear in searches on Graph Explorer.
16+
17+
**Please note the following:**
18+
19+
- The owner's wallet should call the `deprecateSubgraph` function.
20+
- Curators will not be able to signal on the subgraph anymore.
21+
- Curators that already signaled on the subgraph can withdraw their signal at an average share price.
22+
- Deprecated subgraphs will show an error message.
23+
24+
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively.

website/pages/en/managing/transfer-and-deprecate-a-subgraph.mdx renamed to website/pages/en/managing/transfer-a-subgraph.mdx

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Transfer and Deprecate a Subgraph
2+
title: Transfer a Subgraph
33
---
44

55
## Transferring ownership of a subgraph
@@ -42,24 +42,3 @@ To transfer ownership of a subgraph, do the following:
4242
Optionally, you can also use the built-in UI of NFT marketplaces like OpenSea:
4343

4444
![Subgraph Ownership Transfer from NFT marketplace](/img/subgraph-ownership-transfer-nft-marketplace.png)
45-
46-
## Deprecating a subgraph
47-
48-
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer.
49-
50-
### Step-by-Step
51-
52-
To deprecate your subgraph, do the following:
53-
54-
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract).
55-
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument.
56-
3. Your subgraph will no longer appear in searches on Graph Explorer.
57-
58-
**Please note the following:**
59-
60-
- The owner's wallet should call the `deprecateSubgraph` function.
61-
- Curators will not be able to signal on the subgraph anymore.
62-
- Curators that already signaled on the subgraph can withdraw their signal at an average share price.
63-
- Deprecated subgraphs will show an error message.
64-
65-
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively.

0 commit comments

Comments
 (0)