Hi, itâs been several days since I tried to make this project working with my contracts deployed on rinkeby network.
I have some issues either when i paste the ABI on the provider file and also when I try to get the NFTs from useNFTTokenIds.js file. In the second case, it seems that token.getAllTokenIds works only within the async function (like Iâve found in the docs) and not within useMoralisWeb3ApiCall (outside of useEffect call).
I checkout also to the suggested commit but both the issues are still there.
Any help?
Thank you!