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 trying to deploy a contract generated by codegen-verifier, if more than one was generated for different verification tasks, the next command fails because of this
await viem.deployContract('UltraVerifier');
I think, that in case of receiving an argument, should be interpolated here.
Problem
When trying to deploy a contract generated by codegen-verifier, if more than one was generated for different verification tasks, the next command fails because of this
I think, that in case of receiving an argument, should be interpolated here.
Happy Case
Have a way to rename the target contract/method
Project Impact
Nice-to-have
Impact Context
No response
Workaround
Yes
Workaround Description
Use the fully qualified path/name
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: