Update: the balancer hacker has added console logs onchain. there is also a good probability that the hackers vibe coded the attack or used LLMs. Here's why I think that: >hackers usually never leave console.log in production code. >when console.log does appear on-chain, it’s almost always a mistake. >a mistake like that only happens if the coder forgot to delete debug lines. >forgetting to delete debug lines = copy-pasted straight from an LLM. >LLMs love to add console.log("Step 1") to “help you follow”. >So when the log says garbage like Done with amts1, it’s mostly AI slop.