I change the network from localhost to mumbai by changing these file,but minted token is null.
App.jsx
const targetNetwork = NETWORKS.mumbai;
constants.js
export const NFT_STORAGE_KEY = "eyJhbGciOiJIUzI1NiI"; // my nft storage key
[img]https://i.imgur.com/6FzrvP8.png[/img]
I change the network from localhost to mumbai by changing these file,but minted token is null.
App.jsx
const targetNetwork = NETWORKS.mumbai;constants.js
export const NFT_STORAGE_KEY = "eyJhbGciOiJIUzI1NiI"; // my nft storage key[img]https://i.imgur.com/6FzrvP8.png[/img]