Updated content
This commit is contained in:
parent
b7959b0903
commit
54fa08d716
5 changed files with 18 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
|||
switch ($scope.bwsurl.value) {
|
||||
case 'prod':
|
||||
case 'production':
|
||||
bws = 'https://bws.bitpay.com/bws/api'
|
||||
bws = 'https://bws.bitcoin.com/bws/api'
|
||||
break;
|
||||
case 'sta':
|
||||
case 'staging':
|
||||
|
|
|
|||
|
|
@ -12,15 +12,18 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
|
||||
// Bitcore wallet service URL
|
||||
bws: {
|
||||
url: 'https://bws.bitpay.com/bws/api',
|
||||
url: 'https://bws.bitcoin.com/bws/api',
|
||||
},
|
||||
|
||||
download: {
|
||||
bitpay: {
|
||||
url: 'https://bitpay.com/wallet'
|
||||
url: 'https://bitcoin.com/wallet'
|
||||
},
|
||||
copay: {
|
||||
url: 'https://copay.io/#download'
|
||||
},
|
||||
bitcoincom: {
|
||||
url: 'https://wallet.bitcoin.com'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -34,6 +37,11 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
ios: 'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=951330296&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8',
|
||||
android: 'https://play.google.com/store/apps/details?id=com.bitpay.copay',
|
||||
wp: ''
|
||||
},
|
||||
bitcoincom: {
|
||||
ios: 'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=951330296&pa$
|
||||
android: 'https://play.google.com/store/apps/details?id=com.bitpay.copay',
|
||||
wp: ''
|
||||
}
|
||||
},
|
||||
// wallet default config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue