[Polkadot] [Wallet] update polkadot coins to show the correct logo (#37030)

Update the Polkadot Westend coins to display the associated Polkadot logo
instead of a default icon.

We need to manually add Westend Asset Hub as a supported testnet to get it
properly display as a testnet network.
This commit is contained in:
Christian Mazakas
2026-06-05 13:09:57 -07:00
committed by GitHub
parent c017297698
commit 1fadff8cd2
@@ -70,6 +70,7 @@ export const getNetworkLogo = (chainId: string, symbol: string): string => {
case 'ADA':
return CardanoIcon
case 'DOT':
case 'WND':
return PolkadotIcon
}