Skip to content

fix: extend liquidation auction duration#978

Open
prd-carapulse[bot] wants to merge 1 commit into
mainfrom
hermes/auction-duration-60-min
Open

fix: extend liquidation auction duration#978
prd-carapulse[bot] wants to merge 1 commit into
mainfrom
hermes/auction-duration-60-min

Conversation

@prd-carapulse

@prd-carapulse prd-carapulse Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Extend TIME_TO_MAX_LIF from 15 minutes to 60 minutes.

uint256 constant MAX_SETTLEMENT_FEE_360_DAYS = 0.005e18;
uint32 constant MAX_CONTINUOUS_FEE = uint32(uint256(0.01e18) / uint256(365 days));
uint256 constant TIME_TO_MAX_LIF = 15 minutes;
uint256 constant TIME_TO_MAX_LIF = 60 minutes;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Suggested change
uint256 constant TIME_TO_MAX_LIF = 60 minutes;
uint256 constant TIME_TO_MAX_LIF = 1 hours;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like minutes is better here because it's more natural for this kind of duration (if i want to use 40 minutes for a test, there's less change) but no big deal

@MathisGD MathisGD left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants