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

Implement the GoodDollarExchangeProvider.sol #425

Closed philbow61 closed 3 months ago

philbow61 commented 4 months ago

Description: This ticket is about implementig the GoodDollarExchangeProvider. This Contract will inherit the base logic of the IExchangeProvider functions from the BlancerExchangeProvider and extend these with some GoodDollar-specific logic. A more detailed description of the necessary logic/calculation can be found on the notion page of this epic.

Acceptance Criteria