Felipe Gerhardt

Results 1 issues of Felipe Gerhardt

Hi, I wonder why this error happens when creating a NFT: ```ruby pages/create-and-list-nft.js (82:40) @ _callee$ 80 | let listingFee = await marketPlaceContract.methods.LISTING_FEE().call() 81 | listingFee = listingFee.toString() > 82...