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/managing/deprecate-a-subgraph.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,17 @@
2
2
title: Deprecate a Subgraph
3
3
---
4
4
5
-
## Deprecating a Subgraph
6
-
7
5
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer.
8
6
9
-
###Step-by-Step
7
+
## Step-by-Step
10
8
11
9
To deprecate your subgraph, do the following:
12
10
13
11
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract).
14
12
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument.
15
13
3. Your subgraph will no longer appear in searches on Graph Explorer.
16
14
17
-
**Please note the following:**
15
+
## Reminders
18
16
19
17
- The owner's wallet should call the `deprecateSubgraph` function.
20
18
- Curators will not be able to signal on the subgraph anymore.
Copy file name to clipboardExpand all lines: website/pages/en/managing/transfer-a-subgraph.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,16 @@
2
2
title: Transfer a Subgraph
3
3
---
4
4
5
-
## Transferring ownership of a subgraph
6
-
7
5
Subgraphs published to the decentralized network have an NFT minted to the address that published the subgraph. The NFT is based on a standard ERC721, which facilitates transfers between accounts on The Graph Network.
8
6
9
-
**Please note the following:**
7
+
## Reminders
10
8
11
9
- Whoever owns the NFT controls the subgraph.
12
10
- If the owner decides to sell or transfer the NFT, they will no longer be able to edit or update that subgraph on the network.
13
11
- You can easily move control of a subgraph to a multi-sig.
14
12
- A community member can create a subgraph on behalf of a DAO.
15
13
16
-
###View your subgraph as an NFT
14
+
## View your subgraph as an NFT
17
15
18
16
To view your subgraph as an NFT, you can visit an NFT marketplace like **OpenSea**:
19
17
@@ -27,7 +25,7 @@ Or a wallet explorer like **Rainbow.me**:
27
25
https://rainbow.me/your-wallet-addres
28
26
```
29
27
30
-
###Step-by-Step
28
+
## Step-by-Step
31
29
32
30
To transfer ownership of a subgraph, do the following:
0 commit comments