Update explorer url, payment uri, dependencies

This commit is contained in:
ch4ot1c 2018-03-31 15:47:56 -05:00
parent 2e634a888e
commit fd37becab4
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@
"@types/papaparse": "^4.1.33",
"angular2-moment": "^1.7.1",
"bitauth": "git+https://github.com/bitpay/bitauth.git#copay",
"bitcore-wallet-client": "6.7.1",
"bitcore-wallet-client": "BTCPrivate/bitcore-wallet-client",
"buffer-compare": "^1.1.1",
"cordova-android": "7.0.0",
"cordova-clipboard": "^1.1.1",

View File

@ -201,7 +201,7 @@ const configDefault: Config = {
},
blockExplorerUrl: {
btc: 'insight.bitpay.com',
btc: 'explorer.btcprivate.org',
bch: 'bch-insight.bitpay.com'
}
};

View File

@ -1330,7 +1330,7 @@ export class WalletProvider {
if (coin == 'bch') {
return 'bitcoincash';
} else {
return 'bitcoin';
return 'bitcoinprivate';
}
}