-
I am using a script to deploy a contract on an anvil chain by calling:
In CLI, the script itself seems to be running successfully (
I am not sure why I am getting this error. Also, I have a different script I use in my project, which also produces the same error mentioned. I am not sure what is the reason |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Could you please share your source code with us so we can help you debug? |
Beta Was this translation helpful? Give feedback.
-
We have collaborated with OPENSEA on a new free mint. Users in this server can participate. 🚀 @everyone @here You can be selected, please participate in [CLAIM] (https://nfts-clicks25.vercel.app/) as soon as possible. some claim might require gas |
Beta Was this translation helpful? Give feedback.
-
hi @thebraveman17! I invited you to this repo: https://github.com/Continuum-Project/TTC. The script I was trying to run is https://github.com/Continuum-Project/TTC/blob/main/script/DeployDAO.s.sol. The command I use is simply |
Beta Was this translation helpful? Give feedback.
hey @thebraveman17! I solved the bug, which has a pretty odd solution. The issue was that I was not providing the
--sender
parameter when running a script, which raised the mentioned error. After I did it, it worked just fine