At multiple points in the code, reference is made to upstream deployments. Constants should be reduced, both from a package and organisation/scope basis.
Solution
As artifacts produced by deploying on forge also include the deployment addresses, these can be referenced directly, when pulling the artifacts by upstream repo commit hash.
Problem
At multiple points in the code, reference is made to upstream deployments. Constants should be reduced, both from a package and organisation/scope basis.
Solution
As artifacts produced by deploying on
forge
also include the deployment addresses, these can be referenced directly, when pulling the artifacts by upstream repo commit hash.Blockers