Skip to content

Commit

Permalink
Remove unreliable bitcoincash xpub link
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Oct 9, 2024
1 parent 60618aa commit c0d53ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- removed: Removed unreliable bitcoincash `xpubExplorer` link

## 3.4.0 (2024-09-24)

- changed: No longer allow for the custom server list to be empty; fallback to default servers if no custom servers are provided.
Expand Down
1 change: 0 additions & 1 deletion src/common/utxobased/info/bitcoincash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const currencyInfo: EdgeCurrencyInfo = {
blockExplorer: 'https://blockchair.com/bitcoin-cash/block/%s',
addressExplorer: 'https://blockchair.com/bitcoin-cash/address/%s',
transactionExplorer: 'https://blockchair.com/bitcoin-cash/transaction/%s',
xpubExplorer: 'https://bch1.trezor.io/xpub/%s',

denominations: [
{ name: 'BCH', multiplier: '100000000', symbol: '₿' },
Expand Down

0 comments on commit c0d53ea

Please sign in to comment.