From 588123f50c31b1b10e3c88287dbb79a1324d4dc5 Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 19 Apr 2022 20:38:06 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../tokens/addCustomToken/compose/DebugActions.kt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/tangem/tap/features/tokens/addCustomToken/compose/DebugActions.kt b/app/src/main/java/com/tangem/tap/features/tokens/addCustomToken/compose/DebugActions.kt index c9b231783d..1bbbce94ce 100644 --- a/app/src/main/java/com/tangem/tap/features/tokens/addCustomToken/compose/DebugActions.kt +++ b/app/src/main/java/com/tangem/tap/features/tokens/addCustomToken/compose/DebugActions.kt @@ -47,10 +47,10 @@ fun AddCustomTokenDebugActions() { @Composable private fun AllInOne() { // validation error - ContractAddressButton( - name = "invalid", - address = "unk" - ) +// ContractAddressButton( +// name = "invalid", +// address = "unk" +// ) // active = true ContractAddressButton( name = "true", @@ -71,6 +71,10 @@ private fun AllInOne() { name = "unknown", address = "0x1111111111111111112111111111111111111113" ) + ContractAddressButton( + name = "solana", + address = "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB" + ) } @Composable