Page MenuHomePhabricator

[Cashtab] Remove separate block explorers for token txs.
AbandonedPublic

Authored by kieran709 on May 5 2022, 18:26.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Summary

In Ticker.js, removed currency.tokenExplorerUrl, and replaced value of currency.blockExplorerUrl to explorer.be.cash. In useBCH.js and useBCH.test.js, replaced each instance of currency.tokenExplorerUrl with currency.blockExplorerUrl.

Test Plan

cd web/cashtab && npm start
From the wallet tab:
Click on an XEC transaction, ensure that the link leads to explorer.be.cash.
Click on an eToken transaction, ensure that the linke leads to explorer.be.cash.
Send eToken, click on transaction as above
Receive eToken, click on transaction as above

Diff Detail

Repository
rABC Bitcoin ABC
Branch
replace-remove-block-explorer
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18963
Build 37690: Build Diffcashtab-tests
Build 37689: arc lint + arc unit