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
Copy link
Copy Markdown
Contributor

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

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

@MathisGD MathisGD left a comment

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