Skip to content

Commit

Permalink
Fix TxHistory render for Eth Bridge transactions (#3248)
Browse files Browse the repository at this point in the history
Signed-off-by: Emre Bogazliyanlioglu <[email protected]>
  • Loading branch information
emreboga authored Feb 5, 2025
1 parent 63179a0 commit bfd7e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormhole-connect/src/hooks/useTransactionHistoryWHScan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const useTransactionHistoryWHScan = (
} = payload;

const nativeToken = config.tokens.get(
txData.fromChain,
chainIdToChain(tx.content.standarizedProperties.tokenChain) as Chain,
tx.content.standarizedProperties.tokenAddress,
);
if (!nativeToken) return;
Expand Down

0 comments on commit bfd7e04

Please sign in to comment.