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 d802da3a1a..c6a3e8632a 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 @@ -410,4 +410,16 @@ internal enum class Wallet2CobrandImage( cards3ResId = R.drawable.ill_metaplanet_card3_120_106, batchIds = setOf("BB000040"), ), + + Adi( + cards2ResId = R.drawable.ill_adi_card2_120_106, + cards3ResId = R.drawable.ill_adi_card3_120_106, + batchIds = setOf("BB000053"), + ), + + Stronghold( + cards2ResId = R.drawable.ill_stronghold_card2_120_106, + cards3ResId = R.drawable.ill_stronghold_card3_120_106, + batchIds = setOf("BB000054"), + ), } \ No newline at end of file diff --git a/features/wallet/impl/src/main/res/drawable/ill_adi_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_adi_card2_120_106.webp new file mode 100644 index 0000000000..c913954cfb Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_adi_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_adi_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_adi_card3_120_106.webp new file mode 100644 index 0000000000..43a172cb3f Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_adi_card3_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_stronghold_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_stronghold_card2_120_106.webp new file mode 100644 index 0000000000..b2ca2783c3 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_stronghold_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_stronghold_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_stronghold_card3_120_106.webp new file mode 100644 index 0000000000..9f890bb5b0 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_stronghold_card3_120_106.webp differ