Updated on 2026-08-14
This commit is contained in:
parent
2ade5a1407
commit
645cf17efb
24 changed files with 612 additions and 112 deletions
|
|
@ -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",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue