Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-03 14:05:38 +04:00
parent a3bee722b7
commit ece19b6699

View file

@ -55,8 +55,8 @@ internal class PreviewCustomTokenSelectorComponent(
network = Network(
id = n.id,
backendId = n.id.value,
name = "",
currencySymbol = "",
name = "Network $index",
currencySymbol = "N$index",
derivationPath = Network.DerivationPath.Card(""),
isTestnet = false,
standardType = Network.StandardType.ERC20,