From ece19b66991c2bff4b4074bee224961fe280131a Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 3 Oct 2024 14:05:38 +0400 Subject: [PATCH] Updated on 2026-08-14 --- .../component/preview/PreviewCustomTokenSelectorComponent.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/manage-tokens/impl/src/main/kotlin/com/tangem/features/managetokens/component/preview/PreviewCustomTokenSelectorComponent.kt b/features/manage-tokens/impl/src/main/kotlin/com/tangem/features/managetokens/component/preview/PreviewCustomTokenSelectorComponent.kt index baef39e2e5..8f129079e2 100644 --- a/features/manage-tokens/impl/src/main/kotlin/com/tangem/features/managetokens/component/preview/PreviewCustomTokenSelectorComponent.kt +++ b/features/manage-tokens/impl/src/main/kotlin/com/tangem/features/managetokens/component/preview/PreviewCustomTokenSelectorComponent.kt @@ -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,