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",
|
||||
"packageDescription": "Copay Bitcoin Wallet",
|
||||
"packageDescription": "Bitcoin.com Wallet",
|
||||
"packageNameId": "com.bitpay.copay",
|
||||
"userVisibleName": "Bitcoin.com",
|
||||
"userVisibleName": "Bitcoin.com Wallet",
|
||||
"purposeLine": "Bitcoin.com Wallet",
|
||||
"bundleName": "copay",
|
||||
"appUri": "bitcoincom",
|
||||
|
|
@ -26,8 +26,8 @@
|
|||
"androidVersion": "340001",
|
||||
"_extraCSS": null,
|
||||
"_enabledExtensions": {
|
||||
"coinbase": true,
|
||||
"glidera": true,
|
||||
"amazon": true
|
||||
"coinbase": false,
|
||||
"glidera": false,
|
||||
"amazon": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
<div class="settings-explanation">
|
||||
<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>
|
||||
<button class="button button-standard button-primary" ng-click="save()" translate>Save</button>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<div ng-show="showAdv">
|
||||
<label class="item item-input item-stacked-label">
|
||||
<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 class="item item-input item-select">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue