satoru
satoru copied to clipboard
feat: use library calls in handlers dependencies
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