From 3bf2f603784c9c9ccfac24781d48e39701c88889 Mon Sep 17 00:00:00 2001 From: Marcus Rein <64141593+marcusrein@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:08:43 -0400 Subject: [PATCH] Updated a line to be more accurate --- website/pages/en/managing/transferring-subgraph-ownership.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/managing/transferring-subgraph-ownership.mdx b/website/pages/en/managing/transferring-subgraph-ownership.mdx index 1ca1c621a9c9..4599ada044e8 100644 --- a/website/pages/en/managing/transferring-subgraph-ownership.mdx +++ b/website/pages/en/managing/transferring-subgraph-ownership.mdx @@ -4,7 +4,7 @@ title: Transferring Subgraph Ownership The Graph supports the transfer of the ownership of a subgraph. -When you deploy a subgraph to mainnet, an NFT will be minted to the address that deployed the subgraph. The NFT is based on a standard ERC721, so it can be easily transferred to different accounts. +When you publish a subgraph to The Graph Network, an NFT will be minted to the address that deployed the subgraph. The NFT is based on a standard ERC721, so it can be easily transferred to different accounts. Whoever owns the NFT controls the subgraph. If the owner decides to sell the NFT, or transfer it, they will no longer be able to make edits or updates to that subgraph on the network.