trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Bug fix: correct resolver import in legacy workflow compile #6078

Closed eggplantzzz closed 1 year ago

eggplantzzz commented 1 year ago

This PR was prompted by https://github.com/trufflesuite/truffle/issues/6066.

The resolver package exports were changed and the legacy workflow compile package imports for it were not updated which caused it to break. This PR corrects the import in legacy workflow-compile.