Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-03 18:32:36 +08:00
parent 2ade5a1407
commit 645cf17efb
24 changed files with 612 additions and 112 deletions

View file

@ -599,8 +599,14 @@ internal class SwapInteractorImpl @Inject constructor(
private const val INFINITY_SYMBOL = ""
private val ONE_INCH_SUPPORTED_NETWORKS = listOf(
"ethereum", "binance-smart-chain", "polygon-pos",
"optimistic-ethereum", "arbitrum-one", "xdai", "avalanche", "fantom",
"ethereum",
"binance-smart-chain",
"polygon-pos",
"optimistic-ethereum",
"arbitrum-one",
"xdai",
"avalanche",
"fantom",
)
}
}

View file

@ -52,7 +52,7 @@ fun SwapSelectTokenScreen(state: SwapSelectTokenStateHolder, onBack: () -> Unit)
},
topBar = {
ExpandableSearchView(
title = stringResource(R.string.swapping_token_list_your_title),
title = stringResource(R.string.swapping_token_list_title),
onBackClick = onBack,
placeholderSearchText = stringResource(id = R.string.search_tokens_title),
onSearchChange = state.onSearchEntered,