Skip to content

Commit d009161

Browse files
authored
Merge pull request #1 from opman129/opman129-patch-2
Update how to View YourNFT in your Wallet tutorial to use Sepolia in …
2 parents 91d7b03 + 2c4a52e commit d009161

File tree

1 file changed

+4
-4
lines changed
  • src/content/developers/tutorials/how-to-view-nft-in-metamask

1 file changed

+4
-4
lines changed

src/content/developers/tutorials/how-to-view-nft-in-metamask/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Congrats! You’ve made it to the shortest and simplest part of our NFT tutorial
1414

1515
As a prerequisite, you should already have MetaMask on mobile installed, and it should include the account to which you minted your NFT — you can get the app for free on [iOS](https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202) or [Android](https://play.google.com/store/apps/details?id=io.metamask&hl=en_US&gl=US).
1616

17-
## Step 1: Set your network to Goerli {#set-network-to-goerli}
17+
## Step 1: Set your network to Sepolia {#set-network-to-sepolia}
1818

19-
At the top of the app, press the “Wallet” button, after which you’ll be prompted to select a network. As our NFT was minted on the Goerli network, you’ll want to select Goerli as your network.
19+
At the top of the app, press the “Wallet” button, after which you’ll be prompted to select a network. As our NFT was minted on the Sepolia network, you’ll want to select Sepolia as your network.
2020

21-
![How to set Goerli as your network on MetaMask Mobile](./goerliMetamask.gif)
21+
![How to set Sepolia as your network on MetaMask Mobile](./goerliMetamask.gif)
2222

2323
## Step 2: Add your collectable to MetaMask {#add-nft-to-metamask}
2424

25-
Once you’re on the Goerli network, select the “Collectibles” tab on the right and add the NFT smart contract address and the ERC-721 token ID of your NFT — which you should be able to find on Etherscan based on the transaction hash from your NFT deployed in Part II of our tutorial.
25+
Once you’re on the Sepolia network, select the “Collectibles” tab on the right and add the NFT smart contract address and the ERC-721 token ID of your NFT — which you should be able to find on Etherscan based on the transaction hash from your NFT deployed in Part II of our tutorial.
2626

2727
![How to find your transaction hash and ERC-721 token ID](./findNFTEtherscan.png)
2828

0 commit comments

Comments
 (0)