Files
AutistMask/tests/uniswapTokenOut.test.js
clawbot a1e9d0b7d9
All checks were successful
check / check (push) Successful in 30s
e2e / e2e-chrome (push) Successful in 1m43s
e2e / e2e-firefox (push) Successful in 27s
fix: always name a swap's output token, by address when no symbol is known (closes #346)
The Token Out detail line was pushed only when the bundled token list supplied a symbol, so a swap whose output token is absent from that list — which is every newly listed token — rendered no Token Out line at all, leaving a Min. received figure with no statement of which token is being received. The line is now keyed on the token's address and falls back to showing it when there is no symbol, the same fallback the Token In line in this file already made; the symbol-only case (native ETH, including an unwrap) is unchanged. This composes with the unknown-scale refusal on the same screen: for a token nothing knows the scale of, the address names the token and the base-unit figure states the amount with the scale declared unknown, so no address stands next to a number that silently means something else.
2026-08-23 14:24:14 +00:00

4.3 KiB