diff --git a/website/pages/en/managing/deprecating-a-subgraph.mdx b/website/pages/en/managing/deprecating-a-subgraph.mdx index e6adfccad368..ff3c0d58a3ec 100644 --- a/website/pages/en/managing/deprecating-a-subgraph.mdx +++ b/website/pages/en/managing/deprecating-a-subgraph.mdx @@ -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.