sidestream-tech / unified-auctions-ui

Unified MakerDAO auctions
https://unified-auctions.makerdao.com
GNU Affero General Public License v3.0
16 stars 13 forks source link

Create new auctions #13

Open valiafetisov opened 2 years ago

valiafetisov commented 2 years ago

Goal

User/developer is able to create a new auction on kovan

Context

Currently, we have a limited set of auctions that were created before by someone else. But as soon as we execute a swap transaction on one of them, it's gone forever. We need to figure this out also for the UNIV2* collaterals, as they work a bit differently and hasn't been tested yet.

Note that we also need to acquire quite a lot of kovan ETH in order to create vaults and execute many transactions. Some help from PM is required. cc @LukSteib

Tasks

valiafetisov commented 2 years ago

There are two existing scripts to create auctions, but both of them are not plug-in-play:

valiafetisov commented 2 years ago

There is also a client-side auction creation that I attempted to write based on the script from auction-demo-keeper, but couldn't make it work: https://github.com/sidestream-tech/auction-ui/pull/173/commits/053775bd3a2a58efb88a191011f94587561f8633