dappuniversity / nft_marketplace

145 stars 186 forks source link

setMarketplace sets empty object #1

Open kyuheejo opened 2 years ago

kyuheejo commented 2 years ago

Hi, when I call setMarketplace(marketplace) where marketplace = new ethers.Contract(MarketplaceAddress.address, MarketplaceAbi.abi, signer), marketplace is set to a generic object without any fields. do you know why?

streetcredit commented 2 years ago

Have you deployed the market and nft?