Updated on 2026-08-14
This commit is contained in:
parent
ef6918ce4a
commit
76c129f205
4 changed files with 12 additions and 12 deletions
|
|
@ -89,6 +89,12 @@ internal class YieldSupplyModel @Inject constructor(
|
|||
val isAvailable = yieldSupplyIsAvailableUseCase(params.userWalletId, params.cryptoCurrency)
|
||||
if (isAvailable) {
|
||||
subscribeOnCurrencyStatusUpdates()
|
||||
singleNetworkStatusFetcher(
|
||||
params = SingleNetworkStatusFetcher.Params(
|
||||
userWalletId = userWallet.walletId,
|
||||
network = cryptoCurrency.network,
|
||||
),
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue