◐ Shell
clean mode source ↗

hotfix: add WETH to uniswap token database by BitHighlander · Pull Request #173 · keepkey/python-keepkey

The Uniswap approve liquidity handler (zxappliquid.c) calls
tokenByTicker("WETH") to compute V2 pair addresses via CREATE2.
Without WETH in the token table, the firmware returns false before
any button prompt, causing "Signing cancelled by user" in tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

BitHighlander added a commit that referenced this pull request

Mar 6, 2026
- Add WETH to uniswap token database (PR #173)
- Guard Ethereum tests with requires_fullFeature for BTC-only firmware (PR #175)
- Fix shebang lines: /bin/env -> /usr/bin/env (PR #170)
- Add ripple_get_address command to keepkeyctl (PR #165)

BitHighlander added a commit that referenced this pull request

Mar 6, 2026
- Add WETH to uniswap token database (PR #173)
- Guard Ethereum tests with requires_fullFeature for BTC-only firmware (PR #175)
- Fix shebang lines: /bin/env -> /usr/bin/env (PR #170)
- Add ripple_get_address command to keepkeyctl (PR #165)