Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-15 17:50:32 +05:00
commit 2002834e57
30 changed files with 461 additions and 31 deletions

View file

@ -172,6 +172,7 @@ class FeeCalculationUtilsTest {
hasCurrentNetworkTransactions = false,
pendingTransactions = emptySet(),
networkAddress = mockk(relaxed = true),
yieldSupplyStatus = null,
sources = CryptoCurrencyStatus.Sources(),
)
} else {

View file

@ -135,6 +135,7 @@ internal class SetVisaInfoTransformer(
fiatRate = visaCurrency.fiatRate,
priceChange = visaCurrency.priceChange,
yieldBalance = null,
yieldSupplyStatus = null,
hasCurrentNetworkTransactions = false,
pendingTransactions = emptySet(),
networkAddress = visaCurrency.paymentAccountAddress,

View file

@ -795,6 +795,7 @@ class DefaultPromoDeeplinkHandlerTest {
amounts = emptyMap(),
pendingTransactions = emptyMap(),
source = StatusSource.ACTUAL,
yieldSupplyStatuses = emptyMap(),
)
return NetworkStatus(network = network, value = value)