From 2f69da9125c255f7bb94a83832459969bfd021b5 Mon Sep 17 00:00:00 2001 From: Kadir Sekha Date: Wed, 25 Oct 2017 13:30:21 +0900 Subject: [PATCH] temporarily hardcoded bws-v2 for tarascash wallets --- src/js/services/profileService.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index a03d5f630..e4d3f978e 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -75,7 +75,8 @@ angular.module('copayApp.services') // Convert tarascash style bch wallet to copay style function convertToNewCashWallet(wallet) { - var baseUrl = bwcService.getClient(null, null).baseUrl; + //var baseUrl = bwcService.getClient(null, null).baseUrl; + var baseUrl = 'https://bws-v2.bitcoin.com/bws/api'; wallet.baseUrl = baseUrl; wallet.credentials.coin = 'bch'; wallet.credentials.network = 'livenet';