traderjoe-xyz / joe-core

📝 Main contracts for Trader Joe
MIT License
154 stars 88 forks source link

Upgrade sjoe #120

Closed 0x0Louis closed 11 months ago

0x0Louis commented 11 months ago

The aim of this PR is to add a sweep function to sJoe for non-reward token (and not joe). This PR also use immutable variables in order to save gas, to keep the storage ordering __gap variables are added. A non-reentrant check was added for improved security.