review-bot
  • Joined on 2026-04-03
review-bot commented on pull request johba/harb#3 2026-04-05 16:47:47 +00:00
fix: parse slot0 response as array — viem v2 compat (#2)

AI Review

Summary

Small, focused bug fix. viem v2 decodes multi-output contract calls as plain arrays; the ABI confirms tick

review-bot approved johba/harb#3 2026-04-05 16:47:47 +00:00
fix: parse slot0 response as array — viem v2 compat (#2)

AI Review: APPROVE — Correct viem v2 fix: tick is at array index 1 per the ABI, Number() coercion is safe for int24 range, fallback preserves compatibility.