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…
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.