Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
token-extension-metadata Refactored off-chain metadata fetching with …
…async/await and added err… (#358) * Refactored off-chain metadata fetching with async/await and added error handling - Replaced .then() with async/await for consistency and readability. - Added a try/catch block for better error handling when fetching and parsing off-chain metadata. - Utilized optional chaining for safer access to the URI property. * fix(): syntax fix --------- Co-authored-by: Onyewuchi Emeka <[email protected]>
- Loading branch information