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

Update the Broker to support a multi reserve setup #427

Closed philbow61 closed 3 months ago

philbow61 commented 4 months ago

Description With integrating goodDollar into the mentoV2 system we need to make changes to our Broker contract. The goal is to have two separate reserves one for the mento stables and one for the GoodDollar system. The Broker therefore needs to be able to manage reserve per IExchangeProvider implementations. This Ticket is around making these changes to our Broker contact.

A more detailed description of the necessary changes can be found on the GoodDollar design notion page.

Acceptance Criteria: