feat(txid): Link ABC token tx to be.cash

This commit is contained in:
Daniel Gonzalez
2021-03-13 19:29:57 -04:00
parent fe47574418
commit 0741da5f57
+1 -1
View File
@@ -247,7 +247,7 @@ class Tokens extends React.Component {
let explorerURL
if (bchjs.restURL.includes('abc.fullstack')) {
explorerURL = 'https://explorer.bitcoinabc.org/tx'
explorerURL = 'https://explorer.be.cash/tx'
} else {
explorerURL = 'https://explorer.bitcoin.com/bch/tx'
}