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 0228296bdd..f24b36a03b 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 @@ -302,4 +302,10 @@ internal enum class Wallet2CobrandImage( cards3ResId = R.drawable.ill_locked_money_card3_120_106, batchIds = setOf("AF63"), ), + + Ghoad( + cards2ResId = R.drawable.ill_ghoad_card2_120_106, + cards3ResId = R.drawable.ill_ghoad_card3_120_106, + batchIds = setOf("AF89"), + ), } \ No newline at end of file diff --git a/features/wallet/impl/src/main/res/drawable/ill_ghoad_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_ghoad_card2_120_106.webp new file mode 100644 index 0000000000..e42c3f5a98 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_ghoad_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_ghoad_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_ghoad_card3_120_106.webp new file mode 100644 index 0000000000..b72ed95fad Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_ghoad_card3_120_106.webp differ