PatrickAlphaC / nextjs-nft-marketplace-moralis-fcc

44 stars 50 forks source link

High gas consumption on Goerli testnet when listing minted NFT on NftMarketplace #23

Closed BTT21000 closed 1 year ago

BTT21000 commented 2 years ago

Hi All, I am currently at the section of the course where the NFT minted on the localhost is listed on the NftMarketplace at this section of the video: https://youtu.be/gyMwXuJrbJQ?t=100467 Since Moralis v2 is not natively connected to the devchain (as mentioned in this issue https://github.com/PatrickAlphaC/nextjs-nft-marketplace-moralis-fcc/issues/22), I am trying to advance section 15.2 using the Georli test network. However I just noticed that listing the NFT cost a huge amount of gas on the Georli testnet (as per the image attached) which is not sustainable. However the course video shows a reasonable amount of gas on the localhost devchain (as per the other image attached). Could you please advise if you have a similar thing with very high gas consumption when listing a minted NFT on the Georli testnet ? What could be the reason for this, and could this be resolved? Thank you.

mm2

mm1

BTT21000 commented 1 year ago

Hi All, FYI this appear to be resolved now. Not sure what was the cause but the gas costs now seem reasonable. I will close this issue. Thanks