ekonomia-tech / protocol-alpha

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

feat: add erc20 dutch auction #23

Closed kwhuo68 closed 2 years ago

kwhuo68 commented 2 years ago

Primary Goals of PR

Purpose of PR (link any # issues or PRs relevant)

Core changes:

  1. Adds a general ERC20 dutch auction contract
  2. Adds tests for general ERC20 dutch auction contract

Current design: Adaptation of: https://github.com/FrankieIsLost/gradual-dutch-auction/blob/master/src/ContinuousGDA.sol with principal (i.e. USDC/DAI) / payout (i.e. TON) ERC20 tokens, uses whitelisted addresses and a max per wallet

NOTES: Can test via forge test --match-contract TokenAuction -vvvv