Skip to content

Commit

Permalink
add Arbitrum deprecate subgraph contract link (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash251 authored Apr 19, 2024
1 parent b244d51 commit 03a8968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/managing/deprecating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Deprecating a Subgraph

So you'd like to deprecate your subgraph on The Graph Explorer. You've come to the right place! Follow the steps below:

1. Visit the contract address [here](https://etherscan.io/address/0xadca0dd4729c8ba3acf3e99f3a9f471ef37b6825#writeProxyContract)
1. Visit the contract address for Mainnet subgraphs [here](https://etherscan.io/address/0xadca0dd4729c8ba3acf3e99f3a9f471ef37b6825#writeProxyContract) and Arbitrum One subgraphs [here](https://arbiscan.io/address/0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec#writeProxyContract).
2. Call `deprecateSubgraph` with your `SubgraphID` as your argument.
3. Voilà! Your subgraph will no longer show up on searches on The Graph Explorer.

Expand Down

0 comments on commit 03a8968

Please sign in to comment.