Updated on 2026-08-14
This commit is contained in:
parent
8b677a8e6b
commit
c176dc37c4
13 changed files with 362 additions and 19 deletions
|
|
@ -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()}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue