Closed yorhodes closed 5 days ago
Hey @yorhodes, thank you for bringing this up! Could you please confirm if the issue persists after removing the /zkout
and /out
directories? Running forge clean
should help with this. Thanks!
Could you please confirm if the issue persists after removing the
/zkout
and/out
directories?
@Jrigada Issue persists after removing zkout
, there was no out
directory
Could you try removing the detect_missing_libraries = true
flag on foundry.toml
? When zksolc uses that flag it outputs no bytecode and just tries to detect missing libraries. That flag is meant to be used as a one of command to detect the missing libraries and not to compile the contracts.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.0.2 (d9babce 2024-11-06T00:32:47.273917000Z)
What command(s) is the bug in?
forge script
Operating System
macOS (Apple Silicon)
Describe the bug
https://github.com/yorhodes/stablecoin-evm