harmony-one / chrome-extension-wallet

Harmony Chrome Extension Wallet
https://chrome.google.com/webstore/detail/harmony-one-wallet/fnnegphlobjdpkhecapkijjdkgcjhkib
61 stars 36 forks source link

Fixed the issue with loading hrc721 images #111

Open justinasfour04 opened 2 years ago

justinasfour04 commented 2 years ago

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

justinasfour04 commented 2 years ago

@ethlocker

justinasfour04 commented 2 years ago

@lijiang2087

justinasfour04 commented 2 years ago

@hypnagonia Can you please review