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
Because of size issues on contracts we're deploying dependencies as contracts (IncreaseOrderUtils, DecreaseOrderUtils...). We're adding those contracts in storage and calling them instead of importing their functions as we were doing before.
Feature Request
Describe the Feature Request
Because of size issues on contracts we're deploying dependencies as contracts (IncreaseOrderUtils, DecreaseOrderUtils...). We're adding those contracts in storage and calling them instead of importing their functions as we were doing before.
But best way to do it would be using Library Calls
The text was updated successfully, but these errors were encountered: