TalismanSociety / talisman

Multi-Chain Made Easy with Talisman Wallet. An ultra-secure Ethereum and Polkadot wallet for both beginners and pros.
https://talisman.xyz/download
GNU General Public License v3.0
57 stars 36 forks source link

fix: don't expect networks and chains lists to have entries #1519

Closed 0xKheops closed 3 months ago

0xKheops commented 3 months ago

removed a check on evmNetworks and chains to both have entries before displaying tokens, which is useless since we now have a suspense on those atoms

It fixes a bug where tokens list wouldn't display if all EVM networks are disabled, or if all Polkadot networks are disabled.