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 c6a3e8632a..719e0b1dc9 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 @@ -422,4 +422,16 @@ internal enum class Wallet2CobrandImage( cards3ResId = R.drawable.ill_stronghold_card3_120_106, batchIds = setOf("BB000054"), ), + + Superteam( + cards2ResId = R.drawable.ill_superteam_card2_120_106, + cards3ResId = R.drawable.ill_superteam_card3_120_106, + batchIds = setOf("BB000051"), + ), + + Nanovest( + cards2ResId = R.drawable.ill_nanovest_card2_120_106, + cards3ResId = R.drawable.ill_nanovest_card3_120_106, + batchIds = setOf("BB000052"), + ), } \ No newline at end of file diff --git a/features/wallet/impl/src/main/res/drawable/ill_nanovest_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_nanovest_card2_120_106.webp new file mode 100644 index 0000000000..1be5b7172e Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_nanovest_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_nanovest_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_nanovest_card3_120_106.webp new file mode 100644 index 0000000000..6504ae71d6 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_nanovest_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_superteam_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_superteam_card2_120_106.webp new file mode 100644 index 0000000000..f31ec2e0c3 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_superteam_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_superteam_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_superteam_card3_120_106.webp new file mode 100644 index 0000000000..25559b202d Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_superteam_card3_120_106.webp differ