Updated on 2026-08-14

This commit is contained in:
Tangem 2019-01-27 17:19:05 +03:00
parent d588893224
commit 1a5130f332
4 changed files with 11 additions and 25 deletions

View file

@ -41,16 +41,6 @@ class NetworkModule {
.build();
}
// //@Singleton // TODO:check
// @Provides
// @Named("Insight")
// Retrofit provideRetrofitInsight(String insightURL) {
// return new Retrofit.Builder()
// .baseUrl(insightURL)
// .addConverterFactory(GsonConverterFactory.create())
// .build();
// }
@Singleton
@Provides
@Named(Server.ApiEstimatefee.URL_ESTIMATEFEE)