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 with Alchemy #1231

Merged
merged 104 commits into from
Dec 6, 2024

Conversation

alex-tsx
Copy link
Collaborator

@alex-tsx alex-tsx commented Nov 23, 2024

src/app/atoms/InfiniteScroll.tsx Outdated Show resolved Hide resolved
src/app/atoms/NetworkLogo.tsx Show resolved Hide resolved
src/app/templates/ImportAccountModal/forms/private-key.tsx Outdated Show resolved Hide resolved
src/app/templates/ImportAccountModal/forms/watch-only.tsx Outdated Show resolved Hide resolved
src/lib/apis/tzkt/utils.ts Outdated Show resolved Hide resolved
src/lib/apis/tzkt/utils.ts Outdated Show resolved Hide resolved
@alex-tsx alex-tsx force-pushed the TW-1479-activity-history-with-alchemy branch from 8563d25 to a1541fd Compare November 28, 2024 16:27
}
};
}) as unknown as (changes: Storage.StorageAreaOnChangedChangesType) => void;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
}) as unknown as (changes: Storage.StorageAreaOnChangedChangesType) => void;
}) as unknown as SyncFn<Storage.StorageAreaOnChangedChangesType>;

Looks a bit prettier to me

src/temple/front/block-explorers.ts Show resolved Hide resolved
Copy link
Contributor

@IrynaKhyzhynska IrynaKhyzhynska left a comment

Choose a reason for hiding this comment

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

done

@alex-tsx alex-tsx merged commit a3be6fe into development-2 Dec 6, 2024
2 checks 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.

4 participants