You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will close this, and cow-sdk can choose explicitly which ABI to import. If required, an NPM package such as cowprotocol/composable-cow#60 can be used if requiring bulk ABI.
Problem
The ABI that is used to generate the contracts should not be duplicated in the repository, but instead consumed from upstream.
Solution
Add the contract's ABI via a dev dependency NPM package, and then use this for the typechain generation.
Blockers
The text was updated successfully, but these errors were encountered: