mento-protocol / mento-core

Core smart contracts of the Mento protocol.
https://mento.org
GNU General Public License v3.0
20 stars 10 forks source link

fix: update airgrab duration #414

Closed nvtaveras closed 5 months ago

nvtaveras commented 5 months ago

Description

This updates the airgrab duration to 8 weeks (confirmed with @olenovyk that this will be exactly 56 days).

Note: the slither issues are not from this PR so please ignore those in the meantime. We'll fix those once we merge https://github.com/mento-protocol/mento-core/tree/fix-contest-findings-fixes-review into develop.

Tested

Updated the existing unit tests and it will also be covered by integration tests + deployment checks

Related issues

Related to https://github.com/mento-protocol/mento-core/issues/405