Skip to content

Commit

Permalink
chore(auction): remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 12, 2023
1 parent 3d80bfe commit fdcd4f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/inter-protocol/src/auction/params.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ export const DISCOUNT_STEP_BP = 'DiscountStep';
* Auctions start this long after the hour to give vaults time to finish.
*/
export const AUCTION_START_DELAY = 'AuctionStartDelay';
/**
* Basis Points to charge in penalty against vaults that are liquidated. Notice
* that if the penalty is less than the LOWEST_RATE_BP discount, vault holders
* could buy their assets back at an advantageous price.
*/
export const LIQUIDATION_PENALTY = 'LiquidationPenalty';

// /////// used by VaultDirector /////////////////////
// time before each auction that the prices are locked.
Expand Down

0 comments on commit fdcd4f9

Please sign in to comment.