Skip to content

Commit 393d5aa

Browse files
BitHighlanderclaude
andcommitted
fix: add WETH to uniswap token database
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>
1 parent dfe331b commit 393d5aa

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

keepkeylib/eth/uniswap_tokens.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4542,5 +4542,13 @@
45424542
"contractAddress": "0x0Ae055097C6d159879521C384F1D2123D1f195e6",
45434543
"precision": 18,
45444544
"network": "ETH"
4545+
},
4546+
{
4547+
"symbol": "WETH",
4548+
"identifier": "weth",
4549+
"displayName": "Wrapped Ether",
4550+
"contractAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
4551+
"precision": 18,
4552+
"network": "ETH"
45454553
}
45464554
]

0 commit comments

Comments
 (0)