Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cherrypick fix: Fix transaction metric event asset type detection (#2…
…4770) into v11.16.1 (#24843) 🍒-pick fix: Fix transaction metric event asset type detection c1bba92 (#24770) into v11.16.1 Merge conflict in `shared/modules/transaction.utils.ts` (accepted incoming): ```typescript try { // We don't need a balance check, so the second parameter to // getTokenStandardAndDetails is omitted. <<<<<<< HEAD const details = getTokenStandardAndDetails(txMeta.txParams.to); ======= const details = await getTokenStandardAndDetails(txMeta.txParams.to); >>>>>>> c1bba92 (fix: Fix transaction metric event asset type detection (#24770)) if (details.standard) { return { ``` Co-authored-by: Mark Stacey <[email protected]>
- Loading branch information