Skip to content

Commit

Permalink
update generateFakeAuction
Browse files Browse the repository at this point in the history
  • Loading branch information
valiafetisov committed May 5, 2022
1 parent 01c76ae commit c139af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/helpers/generateFakeAuction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const generateFakeAuction = function () {
transactionAddress: undefined,
secondsBetweenPriceDrops,
secondsTillNextPriceDrop,
collateralToCoverDebt: collateralAmount.multipliedBy(debtDAI.dividedBy(totalPrice)),
minimumBidDai: new BigNumber(faker.finance.amount()),
priceDropRatio: new BigNumber(faker.datatype.number({ min: 0.5, max: 1, precision: 0.0001 })),
transactionGrossProfitDate: faker.date.future(),
Expand Down

0 comments on commit c139af9

Please sign in to comment.