- Fix max-button race: wait for input to be non-empty after clicking Max (setMax is async, composable calls loadKrkBalance() before setting value) - Add on-chain confirmation via WETH Transfer event polling (mirrors buyKrk) so balance query happens after the swap is mined, not just UI-idle - Use Pick<SellConfig, 'rpcUrl' | 'accountAddress'> since krkAddress is unused - Add page heading assertion after navigate (consistent with buyKrk) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assertions.ts | ||
| market.ts | ||
| recenter.ts | ||
| rpc.ts | ||
| swap.ts | ||
| wallet.ts | ||