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

TW-1479: [EVM] Transactions history #176

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

alex-tsx
Copy link
Collaborator

@alex-tsx alex-tsx commented Oct 16, 2024

export const getEvmAccountTransactions = (walletAddress: string, chainId: string, page?: number) =>
retry(async () => {
const options: GetTransactionsForAddressV3QueryParamOpts = {
// blockSignedAtAsc: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// blockSignedAtAsc: true,

@alex-tsx alex-tsx requested a review from keshan3262 October 17, 2024 11:01
@alex-tsx alex-tsx merged commit 3a479f6 into development Oct 17, 2024
1 check passed
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.

3 participants