Updated on 2026-08-14

This commit is contained in:
Tangem 2022-05-27 21:18:20 +04:00
parent 8312c85fa6
commit 2d0393be5d
32 changed files with 543 additions and 306 deletions

View file

@ -62,7 +62,9 @@ class TapApplication : Application() {
NetworkConnectivity.createInstance(store, this)
preferencesStorage = PreferencesStorage(this)
PicassoHelper.initPicassoWithCaching(this)
currenciesRepository = CurrenciesRepository(this)
currenciesRepository = CurrenciesRepository(
this, store.state.domainNetworks.tangemTechService
)
walletConnectRepository = WalletConnectRepository(this)
initFeedbackManager()