diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt index ccb5da40d3..0228296bdd 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/domain/Wallet2CobrandImage.kt @@ -296,4 +296,10 @@ internal enum class Wallet2CobrandImage( cards3ResId = R.drawable.ill_winter_card3_120_106, batchIds = setOf("AF85", "AF86", "AF87", "AF990013", "AF990012", "AF990011"), ), + + LockedMoney( + cards2ResId = R.drawable.ill_locked_money_card2_120_106, + cards3ResId = R.drawable.ill_locked_money_card3_120_106, + batchIds = setOf("AF63"), + ), } \ No newline at end of file diff --git a/features/wallet/impl/src/main/res/drawable/ill_locked_money_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_locked_money_card2_120_106.webp new file mode 100644 index 0000000000..ce7fbf4fcd Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_locked_money_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_locked_money_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_locked_money_card3_120_106.webp new file mode 100644 index 0000000000..d73c2fcd99 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_locked_money_card3_120_106.webp differ