Skip to content

Commit 61ad2fe

Browse files
authored
Merge pull request bitpay#782 from Gamboster/fix/bchUrlsForBCH
Fix: BCH urls for insight
2 parents 7937c19 + 6048449 commit 61ad2fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ var config = {
9393
// testnet: 'https://test-insight.bitpay.com/tx/{{txid}}',
9494
// },
9595
// bch: {
96-
// livenet: 'https://bch-insight.bitpay.com/tx/{{txid}}',
97-
// testnet: 'https://test-bch-insight.bitpay.com/tx/{{txid}}',
96+
// livenet: 'https://bch-insight.bitpay.com/#/tx/{{txid}}',
97+
// testnet: 'https://test-bch-insight.bitpay.com/#/tx/{{txid}}',
9898
// }
9999
// },
100100
// },

test/integration/emailnotifications.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ describe('Email notifications', function() {
6262
testnet: 'https://test-insight.bitpay.com/tx/{{txid}}',
6363
},
6464
bch: {
65-
livenet: 'https://bch-insight.bitpay.com/tx/{{txid}}',
66-
testnet: 'https://test-bch-insight.bitpay.com/tx/{{txid}}',
65+
livenet: 'https://bch-insight.bitpay.com/#/tx/{{txid}}',
66+
testnet: 'https://test-bch-insight.bitpay.com/#/tx/{{txid}}',
6767
}
6868
},
6969
},
@@ -483,8 +483,8 @@ describe('Email notifications', function() {
483483
testnet: 'https://test-insight.bitpay.com/tx/{{txid}}',
484484
},
485485
bch: {
486-
livenet: 'https://bch-insight.bitpay.com/tx/{{txid}}',
487-
testnet: 'https://test-bch-insight.bitpay.com/tx/{{txid}}',
486+
livenet: 'https://bch-insight.bitpay.com/#/tx/{{txid}}',
487+
testnet: 'https://test-bch-insight.bitpay.com/#/tx/{{txid}}',
488488
}
489489
},
490490
},

0 commit comments

Comments
 (0)