Skip to content

feat: link addresses, tx hashes, and blocks to blockchain explorers#38

Open
wmagev wants to merge 2 commits intoentrius:testfrom
wmagev:feat/explorer-links
Open

feat: link addresses, tx hashes, and blocks to blockchain explorers#38
wmagev wants to merge 2 commits intoentrius:testfrom
wmagev:feat/explorer-links

Conversation

@wmagev
Copy link
Copy Markdown

@wmagev wmagev commented Apr 18, 2026

Adds getExplorerUrl(chain, type, value) mapping BTC → blockchain.com (address/tx) and TAO → taostats.io (account/block). CopyableAddress splits the single click-to-copy behavior into two affordances: the label becomes an explorer link when chain is provided, and a dedicated copy IconButton handles clipboard separately.

Wires chain/type through EventFeed, MinerRatesTable, SwapTracker, and SwapDetailPage so hotkeys, source/dest tx hashes, and block numbers in the timeline are all jump-to-explorer links.

Fixes #37
after

wmagev added 2 commits April 18, 2026 22:14
Adds getExplorerUrl(chain, type, value) mapping BTC → blockchain.com
(address/tx) and TAO → taostats.io (account/block). CopyableAddress
splits the single click-to-copy behavior into two affordances: the
label becomes an explorer link when chain is provided, and a dedicated
copy IconButton handles clipboard separately.

Wires chain/type through EventFeed, MinerRatesTable, SwapTracker, and
SwapDetailPage so hotkeys, source/dest tx hashes, and block numbers in
the timeline are all jump-to-explorer links.
- Link `reservedUntil` block and event-history block numbers to taostats
- Drop explorer link on tracker card addresses to fix nested <a> DOM warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Link blockchain addresses, tx hashes, and blocks to explorers

1 participant