You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds bytecode_hash = "none" globally (matching Uniswap V3 core config)
and compilation_restrictions pinning ListaV3Factory and
NonfungiblePositionManager at optimizer_runs = 50. Factory and NPM were
oversized under forge build --sizes; smaller run count + stripped
metadata brings both safely under 24,576 bytes.
Stripping metadata also makes POOL_INIT_CODE_HASH machine-deterministic
— the hash is refreshed once more here and should not drift again on
library or build-setting changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments