Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-04 19:55:49 +03:00
parent 5c74278e3d
commit d9d8e9b500
7 changed files with 86 additions and 150 deletions

View file

@ -147,6 +147,7 @@ abstract class BaseTestCase : TestCase(
toggleStates = mapOf(
"SWAP_REDESIGN_ENABLED" to false,
"ACCOUNTS_FEATURE_ENABLED" to true,
"GASLESS_APPROVAL_ENABLED" to true,
)
)
}