Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-30 18:15:58 +04:00
parent f1d75ca385
commit 57e6e7a16d
8 changed files with 30 additions and 3 deletions

View file

@ -87,6 +87,8 @@ internal class UserWalletsFetcher @Inject constructor(
wallets.forEach { wallet ->
val artwork = getCardImageUseCase(
cardId = wallet.cardId,
manufacturerName = wallet.scanResponse.card.manufacturer.name,
firmwareVersion = wallet.scanResponse.card.firmwareVersion.toSdkFirmwareVersion(),
cardPublicKey = wallet.scanResponse.card.cardPublicKey,
size = ArtworkSize.SMALL,
)