Skip to content

Commit ea32c7f

Browse files
committed
Update testnet from the deprecated Ropsten to Goerli
1 parent 6ace4a4 commit ea32c7f

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
@@ -15,15 +15,15 @@ Congrats! You’ve made it to the shortest and simplest part of our NFT tutorial
1515

1616
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).
1717

18-
## Step 1: Set your network to Ropsten {#set-network-to-ropsten}
18+
## Step 1: Set your network to Goerli {#set-network-to-goerli}
1919

20-
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 Ropsten network, you’ll want to select Ropsten as your network.
20+
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.
2121

22-
![How to set Ropsten as your network on MetaMask Mobile](./ropstenMetamask.gif)
22+
![How to set Goerli as your network on MetaMask Mobile](./ropstenMetamask.gif)
2323

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

26-
Once you’re on the Ropsten 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.
26+
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.
2727

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

0 commit comments

Comments
 (0)