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 eecab67075..feb8dae8d3 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 @@ -224,6 +224,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF43", "AF44", "AF45", "AF78", "AF79", "AF80"), ), + Pepecoin( + cards2ResId = R.drawable.ill_pepecoin_card2_120_106, + cards3ResId = R.drawable.ill_pepecoin_card3_120_106, + batchIds = setOf("BB000015"), + ), + RamenCat( cards2ResId = R.drawable.ill_ramen_cat_cards2_120_106, cards3ResId = R.drawable.ill_ramen_cat_cards3_120_106, @@ -290,6 +296,12 @@ internal enum class Wallet2CobrandImage( batchIds = setOf("AF07"), ), + Upbit( + cards2ResId = R.drawable.ill_upbit_card2_120_106, + cards3ResId = R.drawable.ill_upbit_card3_120_106, + batchIds = setOf("BB000019"), + ), + USA( cards2ResId = R.drawable.ill_usa_card2_120_106, cards3ResId = R.drawable.ill_usa_card3_120_106, diff --git a/features/wallet/impl/src/main/res/drawable/ill_upbit_card2_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_upbit_card2_120_106.webp new file mode 100644 index 0000000000..fdc9aff434 Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_upbit_card2_120_106.webp differ diff --git a/features/wallet/impl/src/main/res/drawable/ill_upbit_card3_120_106.webp b/features/wallet/impl/src/main/res/drawable/ill_upbit_card3_120_106.webp new file mode 100644 index 0000000000..1223b9364f Binary files /dev/null and b/features/wallet/impl/src/main/res/drawable/ill_upbit_card3_120_106.webp differ