keep-starknet-strange / satoru

Synthetics platform for Starknet, inspired by GMX v2 design.
https://book.satoru.run/
MIT License
110 stars 74 forks source link

Feat: decrease order handler size #642

Closed zarboq closed 2 months ago

zarboq commented 2 months ago

Pull Request type

What is the current behavior?

OrderHandler contract is too big to be deployed

What is the new behavior?

Changing some of its dependencies to independent contracts to reduce its size.