Updated content
This commit is contained in:
parent
b7959b0903
commit
54fa08d716
5 changed files with 18 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"packageName": "bitcoin.com",
|
"packageName": "bitcoin.com",
|
||||||
"packageDescription": "Copay Bitcoin Wallet",
|
"packageDescription": "Bitcoin.com Wallet",
|
||||||
"packageNameId": "com.bitpay.copay",
|
"packageNameId": "com.bitpay.copay",
|
||||||
"userVisibleName": "Bitcoin.com",
|
"userVisibleName": "Bitcoin.com Wallet",
|
||||||
"purposeLine": "Bitcoin.com Wallet",
|
"purposeLine": "Bitcoin.com Wallet",
|
||||||
"bundleName": "copay",
|
"bundleName": "copay",
|
||||||
"appUri": "bitcoincom",
|
"appUri": "bitcoincom",
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
"androidVersion": "340001",
|
"androidVersion": "340001",
|
||||||
"_extraCSS": null,
|
"_extraCSS": null,
|
||||||
"_enabledExtensions": {
|
"_enabledExtensions": {
|
||||||
"coinbase": true,
|
"coinbase": false,
|
||||||
"glidera": true,
|
"glidera": false,
|
||||||
"amazon": true
|
"amazon": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
||||||
switch ($scope.bwsurl.value) {
|
switch ($scope.bwsurl.value) {
|
||||||
case 'prod':
|
case 'prod':
|
||||||
case 'production':
|
case 'production':
|
||||||
bws = 'https://bws.bitpay.com/bws/api'
|
bws = 'https://bws.bitcoin.com/bws/api'
|
||||||
break;
|
break;
|
||||||
case 'sta':
|
case 'sta':
|
||||||
case 'staging':
|
case 'staging':
|
||||||
|
|
|
||||||
|
|
@ -12,15 +12,18 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
|
|
||||||
// Bitcore wallet service URL
|
// Bitcore wallet service URL
|
||||||
bws: {
|
bws: {
|
||||||
url: 'https://bws.bitpay.com/bws/api',
|
url: 'https://bws.bitcoin.com/bws/api',
|
||||||
},
|
},
|
||||||
|
|
||||||
download: {
|
download: {
|
||||||
bitpay: {
|
bitpay: {
|
||||||
url: 'https://bitpay.com/wallet'
|
url: 'https://bitcoin.com/wallet'
|
||||||
},
|
},
|
||||||
copay: {
|
copay: {
|
||||||
url: 'https://copay.io/#download'
|
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',
|
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.bitpay.copay',
|
||||||
wp: ''
|
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
|
// wallet default config
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="settings-explanation">
|
<div class="settings-explanation">
|
||||||
<div class="settings-description" translate>
|
<div class="settings-description" translate>
|
||||||
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and Copayer synchronization. The default configuration points to https://bws.bitpay.com (BitPay's public BWS instance).
|
{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and Copayer synchronization. The default configuration points to https://bws.bitcoin.com (Bitcoin.com's public BWS instance).
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="button button-standard button-primary" ng-click="save()" translate>Save</button>
|
<button class="button button-standard button-primary" ng-click="save()" translate>Save</button>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<div ng-show="showAdv">
|
<div ng-show="showAdv">
|
||||||
<label class="item item-input item-stacked-label">
|
<label class="item item-input item-stacked-label">
|
||||||
<span class="input-label">Wallet Service URL</span>
|
<span class="input-label">Wallet Service URL</span>
|
||||||
<input type="text" ng-model="formData.bwsurl" placeholder="https://bws.bitpay.com/bws/api">
|
<input type="text" ng-model="formData.bwsurl" placeholder="https://bws.bitcoin.com/bws/api">
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="item item-input item-select">
|
<label class="item item-input item-select">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue