Merged
Conversation
* fix: update TypeScript target to es2020 for ox/viem compatibility The ox package (dependency of viem, @reown/appkit, @walletconnect/utils) ships TypeScript source files (.ts) that use BigInt literals (0n), which require ES2020+. This change only affects type-checking. Babel handles actual transpilation based on browserslist, which already targets modern browsers only (Chrome 109+, Firefox 115+, Safari 17+) that all support ES2020. * fix: update TypeScript target to esnext for consistency - Change target from es2020 to esnext in tsconfig.json - Update e2e/tsconfig.json target and lib to ESNext for consistency - Babel handles actual transpilation based on browserslist --------- Co-authored-by: Bernd <bernd@dfx.swiss>
* feat(e2e): add Sepolia USDT sell E2E test with MetaMask - New comprehensive E2E test for complete sell flow on Sepolia testnet - Handles MetaMask wallet setup with Chrome 126 - Implements login flow: CRYPTO WALLET → MetaMask → Connect → Sign - Handles network switch popup (Mainnet → Sepolia) - Navigates to /sell with Sepolia USDT - Includes IBAN selection and transaction flow - Adds Sepolia Etherscan transaction verification with visual screenshot - Updates playwright.synpress.config.ts to include new test file Test command: npx playwright test --config=playwright.synpress.config.ts e2e/synpress/sepolia-sell-e2e.spec.ts * test(e2e): update sell amount to 10 USDT and add wallet2 screenshots - Change default test amount from 0.01 to 10 USDT - Add wallet2 visual regression baseline screenshots
…an (#917) - Add detailed implementation plan for gasless transactions - Add gasless token transfer analysis - Add API test utilities for Pimlico and MetaMask capabilities
Use ibantools to validate and normalize IBAN input. Only transforms strings that pass IBAN checksum validation, ensuring names, emails, and other search terms remain unchanged.
🤖 PR Review Bot
|
davidleomay
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.