-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multiple auction simulation #610
base: main
Are you sure you want to change the base?
Conversation
Currently multi-auction creation fails for
Others such as |
alright. I've noticed that for some collaterals it's also the case that the repetitive vault creations also result in an error. With this many errors i've decided to introduce a functionality where it creates the vaults that it can create and then reports on the vaults that were not created successfully. |
Overview of the collaterals that do not work properly with this simulation@LukSteib pls indicate which collaterals that are listed as failing in this post are offboarded already (or provide source so that i can do this myself). See table below for the summary. Running for multiple collaterals# Terminal 1, /core/ dir
npm run hardhat
# Terminal 2, /core/ dir
# 1.
npm run hardhat:simulations
# 2.
# Select multiple auction simulation,
# select number of auctions per type (here it will be 3),
# select (pressing space) the collateral types to create auctions for First batch
Second batch
Outcome for all the failed collaterals
AAVE-A TokenCreate: 3
MANA-A and USD-T tokenCreate: 3
|
Closes # .
Checklist:
#
)