-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* separating pages * redirects
- Loading branch information
Showing
52 changed files
with
584 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
2 changes: 1 addition & 1 deletion
2
...ing/transfer-and-deprecate-a-subgraph.mdx → ...pages/ar/managing/transfer-a-subgraph.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export default { | ||
'transfer-and-deprecate-a-subgraph': '', | ||
'transfer-a-subgraph': '', | ||
'deprecate-a-subgraph': '', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
## Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
## Reminders | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Deprecate a Subgraph | ||
--- | ||
|
||
## Deprecating a Subgraph | ||
|
||
Although you cannot delete a subgraph, you can deprecate it on Graph Explorer. | ||
|
||
### Step-by-Step | ||
|
||
To deprecate your subgraph, do the following: | ||
|
||
1. Visit the contract address for Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract). | ||
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument. | ||
3. Your subgraph will no longer appear in searches on Graph Explorer. | ||
|
||
**Please note the following:** | ||
|
||
- The owner's wallet should call the `deprecateSubgraph` function. | ||
- Curators will not be able to signal on the subgraph anymore. | ||
- Curators that already signaled on the subgraph can withdraw their signal at an average share price. | ||
- Deprecated subgraphs will show an error message. | ||
|
||
> If you interacted with the deprecated subgraph, you can find it in your user profile under the "Subgraphs", "Indexing", or "Curating" tab, respectively. |
File renamed without changes.
Oops, something went wrong.