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
fix(verify): correct constructor argument format for ZKsync verification (#1166)
* fix(verify): correct constructor argument format for ZKsync verification
ZKsync verification broke in v0.0.27 when switching from JSON to form-encoded
requests. The form-encoded API expects constructor arguments in a different format:
- Empty constructor args: empty string (not "0x")
- Non-empty constructor args: raw hex without "0x" prefix
This fixes "Invalid constructor arguments" errors for both cases.
* clippy fixes
0 commit comments