ekonomia-tech / protocol-alpha

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

add stablecoin deposit module #54

Closed kwhuo68 closed 2 years ago

kwhuo68 commented 2 years ago

Core changes: -Adds a module for 1:1 stablecoin deposits and corresponding tests -TODO add in mintPho()/burnPho()

Notes: Run tests via: forge test --match-contract StablecoinDepositModuleTest -vvv