ekonomia-tech / protocol-alpha

Alpha version of a DeFi stablecoin protocol
GNU General Public License v3.0
4 stars 0 forks source link

add liquity amo #80

Closed kwhuo68 closed 1 year ago

kwhuo68 commented 1 year ago

Primary Goals of PR

Core changes:

  1. Adds liquity AMO and corresponding tests
  2. Refactors stablecoin module to use a base abstract contract, and liquity module inherits that base contract

Notes: -Chainlink doesn't have LUSD oracle, currently 1:1 assumption for now -To run tests: forge test --match-contract LiquityDepositModuleTest -vvv

davekaj commented 1 year ago

closing in favour of #87