Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to transactions list command output #849

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented Dec 17, 2024

resolves #838

@zoeyTM zoeyTM requested a review from alcuadrado December 17, 2024 02:58
@zoeyTM zoeyTM force-pushed the link-in-transactions branch 2 times, most recently from b3577ea to e039e4e Compare December 17, 2024 04:13
@@ -76,6 +77,10 @@ export async function listTransactions(
(tx) => tx.hash === message.transaction.hash
);

const browserUrl = builtinChains.find(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this can be done before the for in line 54, so that we only run it once.

@zoeyTM zoeyTM force-pushed the link-in-transactions branch from e039e4e to 5223b5b Compare December 18, 2024 09:51
@zoeyTM zoeyTM merged commit dc6ee26 into development Dec 18, 2024
5 checks passed
@zoeyTM zoeyTM deleted the link-in-transactions branch December 18, 2024 09:59
@zoeyTM zoeyTM mentioned this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Enhance transaction list display with etherscan links
2 participants