cowprotocol / cow-sdk

CoW protocol SDK
https://docs.cow.fi/cow-protocol/reference/sdks/cow-sdk
Other
31 stars 9 forks source link

chore: acquire deployment address from upstream #143

Open mfw78 opened 1 year ago

mfw78 commented 1 year ago

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