Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-06 10:37:44 +02:00
parent 8b677a8e6b
commit c176dc37c4
13 changed files with 362 additions and 19 deletions

View file

@ -8,4 +8,6 @@ object AddCustomTokenScreenTestTags {
const val SELECTOR_LIST = "ADD_CUSTOM_TOKEN_SELECTOR_LIST"
fun networkRow(networkName: String): String = "ADD_CUSTOM_TOKEN_NETWORK_ROW_${networkName.lowercase()}"
fun derivationRow(networkId: String): String = "ADD_CUSTOM_TOKEN_DERIVATION_ROW_${networkId.lowercase()}"
}