Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 19:50:01 +04:00
parent 4acd7ce3b2
commit 04a21de3b6
13 changed files with 48 additions and 118 deletions

View file

@ -146,9 +146,7 @@ abstract class BaseTestCase : TestCase(
return ApplicationInjectionExecutionRule(
toggleStates = mapOf(
"SWAP_REDESIGN_ENABLED" to false,
"HOT_WALLET_ENABLED" to true,
"ACCOUNTS_FEATURE_ENABLED" to true,
"GASLESS_TRANSACTIONS_ENABLED" to true,
)
)
}