Closed kwhuo68 closed 2 years ago
Purpose of PR (link any # issues or PRs relevant)
Core changes:
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
forge test --match-contract TokenAuction -vvvv
Primary Goals of PR
Purpose of PR (link any # issues or PRs relevant)
Core changes:
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