Add Bitcoin.com branding
This commit is contained in:
parent
3f5a8307e3
commit
1bc63d769d
108 changed files with 650 additions and 2 deletions
2
angular-bitcore-wallet-client/index.js
vendored
2
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -34,7 +34,7 @@ bwcModule.provider("bwcService", function() {
|
|||
|
||||
//note opts use `bwsurl` all lowercase;
|
||||
var bwc = new Client({
|
||||
baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api',
|
||||
baseUrl: opts.bwsurl || 'https://bws.bitcoin.com/bws/api',
|
||||
verbose: opts.verbose,
|
||||
timeout: 100000,
|
||||
transports: ['polling'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue