Add Bitcoin.com branding

This commit is contained in:
magmahindenburg 2017-06-12 15:10:14 +09:00
commit 1bc63d769d
108 changed files with 650 additions and 2 deletions

View file

@ -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'],