-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
A-compilerArea: compilerArea: compilerA-internalsArea: internalsArea: internalsA-libraryArea: libraryArea: libraryT-featureType: featureType: featureT-post-V1Area: to tackle after V1Area: to tackle after V1
Description
Component
Forge
Describe the feature you would like
Tracked by #9012, MultiContractRunnerBuilder
currently requires the entire output from foundry_compilers
as input, however it only ever uses a single field on that type.
The problem with this is library users may be constructing their artifacts by different means and do not want to construct the full type.
I propose changing the input to just take in an ArtifactsContracts<_>
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-compilerArea: compilerArea: compilerA-internalsArea: internalsArea: internalsA-libraryArea: libraryArea: libraryT-featureType: featureType: featureT-post-V1Area: to tackle after V1Area: to tackle after V1
Type
Projects
Status
Todo