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
When I try to deploy the contract using the forge script, it crashes with a deserialization error. The error suggests a buffer overrun during the decoding of the constructor arguments.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (3ff3d05 2024-10-01T00:27:45.742842000Z)
What command(s) is the bug in?
forge script
Operating System
macOS (Apple Silicon)
Describe the bug
When I try to deploy the contract using the
forge script
, it crashes with a deserialization error. The error suggests a buffer overrun during the decoding of the constructor arguments.Script
The script I ran:
Return
Here is the source code of my script.
The text was updated successfully, but these errors were encountered: