Previously using forEach with async/await. This is error prone because forEach does not handle asynchronous callback functions. Had to convert to for loops in order to properly manage async functions. Added better logic for contracts that do not have TokensOfOwner included
Previously using forEach with async/await. This is error prone because forEach does not handle asynchronous callback functions. Had to convert to for loops in order to properly manage async functions. Added better logic for contracts that do not have TokensOfOwner included