Skip to content

Commit 8883cf3

Browse files
committed
updated
1 parent e42461c commit 8883cf3

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ http {
9595
rewrite ^/docs/en/substreams/(?!index\.).+$ https://substreams.streamingfast.io permanent;
9696
rewrite ^/docs/en/firehose/(?!index\.).+$ https://firehose.streamingfast.io permanent;
9797
rewrite ^/docs/([a-zA-Z][a-zA-Z])/managing/transfer-and-deprecate-a-subgraph/$ $scheme://$http_host/docs/$1/managing/transfer-a-subgraph/ permanent;
98-
rewrite ^/docs/([a-zA-Z][a-zA-Z])/managing/transfer-and-deprecate-a-subgraph/$ $scheme://$http_host/docs/$1/managing/deprecate-a-subgraph/ permanent;
9998
# Temporary redirects (302)
10099
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/querying/graph-client/README/ redirect;
101100
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/developing/graph-ts/README/ redirect;

website/pages/en/managing/deprecate-a-subgraph.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
title: Deprecate a Subgraph
33
---
44

5-
## Deprecating a Subgraph
6-
75
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer.
86

9-
### Step-by-Step
7+
## Step-by-Step
108

119
To deprecate your subgraph, do the following:
1210

1311
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract).
1412
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument.
1513
3. Your subgraph will no longer appear in searches on Graph Explorer.
1614

17-
**Please note the following:**
15+
## Reminders
1816

1917
- The owner's wallet should call the `deprecateSubgraph` function.
2018
- Curators will not be able to signal on the subgraph anymore.

website/pages/en/managing/transfer-a-subgraph.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
title: Transfer a Subgraph
33
---
44

5-
## Transferring ownership of a subgraph
6-
75
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.
86

9-
**Please note the following:**
7+
## Reminders
108

119
- Whoever owns the NFT controls the subgraph.
1210
- 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.
1311
- You can easily move control of a subgraph to a multi-sig.
1412
- A community member can create a subgraph on behalf of a DAO.
1513

16-
### View your subgraph as an NFT
14+
## View your subgraph as an NFT
1715

1816
To view your subgraph as an NFT, you can visit an NFT marketplace like **OpenSea**:
1917

@@ -27,7 +25,7 @@ Or a wallet explorer like **Rainbow.me**:
2725
https://rainbow.me/your-wallet-addres
2826
```
2927

30-
### Step-by-Step
28+
## Step-by-Step
3129

3230
To transfer ownership of a subgraph, do the following:
3331

0 commit comments

Comments
 (0)