Updated config
This commit is contained in:
parent
527addcc5c
commit
f50dbcd0bd
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
|
|
||||||
download: {
|
download: {
|
||||||
bitpay: {
|
bitpay: {
|
||||||
url: 'https://bitcoin.com/wallet'
|
url: 'https://wallet.bitcoin.com'
|
||||||
},
|
},
|
||||||
copay: {
|
copay: {
|
||||||
url: 'https://copay.io/#download'
|
url: 'https://wallet.bitcoin.com'
|
||||||
},
|
},
|
||||||
bitcoincom: {
|
bitcoincom: {
|
||||||
url: 'https://wallet.bitcoin.com'
|
url: 'https://wallet.bitcoin.com'
|
||||||
|
|
@ -40,7 +40,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
},
|
},
|
||||||
bitcoincom: {
|
bitcoincom: {
|
||||||
ios: 'http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=951330296&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8',
|
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',
|
android: 'https://play.google.com/store/apps/details?id=com.bitcoin.mwallet',
|
||||||
wp: ''
|
wp: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -81,7 +81,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
},
|
},
|
||||||
|
|
||||||
release: {
|
release: {
|
||||||
url: 'https://api.github.com/repos/bitpay/copay/releases/latest'
|
url: 'https://api.github.com/repos/Bitcoin-com/Wallet/releases/latest'
|
||||||
},
|
},
|
||||||
|
|
||||||
pushNotificationsEnabled: true,
|
pushNotificationsEnabled: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue