diff --git a/src/components/DashboardS2/Tabs/Assets.tsx b/src/components/DashboardS2/Tabs/Assets.tsx index fb0e437a..0248844c 100644 --- a/src/components/DashboardS2/Tabs/Assets.tsx +++ b/src/components/DashboardS2/Tabs/Assets.tsx @@ -382,6 +382,10 @@ export default function Assets(props: IAssetsTableProps) { !obj?.iconURL || obj.iconURL === "" ? getIconUrlByL2Address(chains.l2Address) : obj.iconURL; + + if (obj.symbol === "ZKL") { + obj.iconURL = "https://etherscan.io/token/images/zklink_32.png"; + } }); // not WETH @@ -507,10 +511,11 @@ export default function Assets(props: IAssetsTableProps) {