Hello, I want to get all of the NFTs for a wallet on the ropsten testnet, however the code is giving me this error
Uncaught (in promise) Error: Invalid or unsupported chain âropstenâ at handleError
This is my code:
const options = {chain: âropstenâ, address: â0x94Fb04A09022D48007e55Bbab7f2e5fabce08ffbâ}
const nfts = await Moralis.Web3.getNFTs(options)