Cannot convert from âMoralis.Web3Api.Models.ChainListâ to âMoralis.WebGL.Web3Api.Models.ChainListâ
I have been getting this error on unity console for my unity moralis webgl project on line
â NftOwnerCollection polygonNFTs = await MoralisInterface.GetClient().Web3Api.Account.GetNFTs(âaddressâ.ToLower(), ChainList.eth);â
Any suggestions?