diff --git a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt index b534b6f596..4b38fbb125 100644 --- a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt +++ b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt @@ -49,7 +49,7 @@ internal class YieldSupplyActiveModel @Inject constructor( init { subscribeOnCurrencyUpdates() - modelScope.launch { + modelScope.launch(dispatchers.default) { val protocolBalance = yieldSupplyGetProtocolBalanceUseCase( userWalletId = params.userWallet.walletId, cryptoCurrency = cryptoCurrency,