Support injected factory deps #674
Labels
feature ➕
Feature item
needs triage ♟️
Issue needs to be picked up or assigned
p3 🔵
Indicates low priority item
Users want to be able to inject a factory dep to a given contract, be it for tests or scripts and potentially deployments too.
We used to have this feature (partially) with #310, which was reworked into using information from the compiler in #316, but this is not sufficient when factory deps are not depended upon directly by the factory contract (thus the "injected" adjective)
Tasks:
forge create
cast send --create
The text was updated successfully, but these errors were encountered: