diff --git a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/tx/[txHash]/bridge-status.tsx b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/tx/[txHash]/bridge-status.tsx index 9f05c4b0188..961628ebb39 100644 --- a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/tx/[txHash]/bridge-status.tsx +++ b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/tx/[txHash]/bridge-status.tsx @@ -10,7 +10,11 @@ import { CircleXIcon, } from "lucide-react"; import Link from "next/link"; -import { NATIVE_TOKEN_ADDRESS, type ThirdwebClient } from "thirdweb"; +import { + getAddress, + NATIVE_TOKEN_ADDRESS, + type ThirdwebClient, +} from "thirdweb"; import type { Status, Token } from "thirdweb/bridge"; import { status } from "thirdweb/bridge"; import { toTokens } from "thirdweb/utils"; @@ -123,6 +127,8 @@ function TokenInfo(props: { const isNativeToken = props.token.address.toLowerCase() === NATIVE_TOKEN_ADDRESS.toLowerCase(); + const tokenAddress = getAddress(props.token.address); + return (
{props.addressLabel}