This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
deploy successfully in development network but failed with the ganache ui blockchain #6125
Comments
chenqping
changed the title
deploy successfully in development network but failed with the ganache ui
deploy successfully in development network but failed with the ganache ui blockchain
Jun 25, 2023
It seems because Ganache UI latest version 2.7.1 only supports up to Merge hard fork, but my truffle config uses solc 0.8.20, which corresponds to shanghai(default), so may some OP code not compatible. Use ganache-cli latest version is ok. |
This was referenced Nov 27, 2023
This was referenced Mar 22, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
] I've opened a support ticket before filing this issue.
Issue
Deploy a contract passing in another contract's address as a constructor argument, but failed with the following error:
migrate script as follows:
but this script works with the embedded development local ganache instance, don't know why it doesn't work with ganache ui
Steps to Reproduce
truffle migrate
Expected Behavior
deploy successfully or give more detail to diagnose the error
Actual Results
deploy falied with ganache ui but succeed with the embedded development instance
Environment
truffle version
): 5.10.0node --version
): 16.17.1npm --version
): 9.7.1The text was updated successfully, but these errors were encountered: