-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] deploy deserial error using artifact sol! macro #745
Labels
bug
Something isn't working
Comments
alexlatif
changed the title
[Bug] debug hard on deploy deserial error using artifact sol! macro
[Bug] deploy deserial error using artifact sol! macro
May 13, 2024
What RPC are you using? |
infura.io currently on Eth Sepolia
is this an RPC specific issue? if so what would you recommend? |
I cannot reproduce this, please try on latest main commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
contract
What version of Alloy are you on?
0.1.0
Operating System
macOS (Apple Silicon)
Describe the bug
i cannot seem to understand where i am going wrong in trying to call deploy on a contract i have just made using the sol macro. error thrown is in deserialization during the .deploy
no constructor args in my contract
standard middleware provider
how can I debug this better?
what do i do to fix it?
The text was updated successfully, but these errors were encountered: