Updated on 2026-08-14
This commit is contained in:
parent
f1d75ca385
commit
57e6e7a16d
8 changed files with 30 additions and 3 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue