diff --git a/bower.json b/bower.json index 9cf3d24de..64aa50320 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "foundation-icon-fonts": "*", "ng-lodash": "~0.2.0", "angular-moment": "~0.9.0", - "angular-bitcore-wallet-client": "^0.0.15", + "angular-bitcore-wallet-client": "^0.0.16", "angular-ui-router": "~0.2.13", "qrcode-decoder-js": "*", "angular-ui-switch": "~0.1.0" diff --git a/src/js/services/configService.js b/src/js/services/configService.js index 2474a95bc..ea8d8be7b 100644 --- a/src/js/services/configService.js +++ b/src/js/services/configService.js @@ -12,7 +12,7 @@ angular.module('copayApp.services').factory('configService', function(localStora // Bitcore wallet service URL bws: { - url: 'http://162.242.245.33:3004/bws/api', + url: 'http://162.242.245.33:3232/bws/api', // url: 'http://localhost:3001/bws/api', },