[Dev Tools] Foundry deploy errors but HH works #748
-
Team or ProjectAbstract EnvironmentTestnet Select the Dev Tool you are usingFoundry Provide the version of the tool (if applicable)forge 0.0.2 (0b24fcc 2024-10-24T00:36:14.606654000Z) Provide a brief description of the functionality you're trying to implement and the issue you are running into.![]() Have you guys ever seen this before? I deployed with HH just fine using a simple deploy.ts, but would really like to deploy with Foundry as the deploy script complicated. Repo Link (Optional)https://github.com/voteagora/ERC20VotesPartialDelegationUpgradeable Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems you are encountering issues deploying with Foundry on the ZKsync network, despite successful deployments using Hardhat. This could be due to differences in how Foundry handles deployments compared to Hardhat, especially in terms of transaction handling and contract interactions on ZKsync. Here are a few steps you can take to troubleshoot and potentially resolve the issue:
If these steps do not resolve the issue, it might be beneficial to share more specific error messages or logs for further analysis. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
foundry-zksync
recently had an update to address this issue, does the issue persist if you update your locally installed version?