Skip to content

refactor: add sequential txns for wallets that don't support eip7702#69

Merged
taekyunggg merged 4 commits intomasterfrom
tkyng/sequential-txns
Jan 13, 2026
Merged

refactor: add sequential txns for wallets that don't support eip7702#69
taekyunggg merged 4 commits intomasterfrom
tkyng/sequential-txns

Conversation

@taekyunggg
Copy link
Copy Markdown
Contributor

No description provided.

export async function supportsEIP5792(walletClient: WalletClient): Promise<boolean> {
try {
// Check if getCapabilities method exists
if (typeof (walletClient as any).getCapabilities !== "function") {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

shouldn't need any of the 4 as any casts in this file

@taekyunggg taekyunggg merged commit 3f9e4e3 into master Jan 13, 2026
3 checks passed
@taekyunggg taekyunggg deleted the tkyng/sequential-txns branch January 13, 2026 17:26
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.

2 participants