Skip to content
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

truffle migrate fails since truffle v5.7.0 #47

Open
0xalexbel opened this issue Jun 2, 2023 · 0 comments
Open

truffle migrate fails since truffle v5.7.0 #47

0xalexbel opened this issue Jun 2, 2023 · 0 comments

Comments

@0xalexbel
Copy link

Since version 5.7.0, running truffle migrate on a new test chain fails (with ganache chainId=1337). Calls to artifacts.require(...) and <obj>.deploye() are failing in various migration scripts .

For example, In 4_deploy_core.js :
TokenInstance = await RLC.deployed() is failing. truffle is not able to retrieve the deployed address.

The problem is mostly due to the fact that the ABI json file resolve algorithm has changed since between truffle v5.6.9 and v5.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant