Skip to content

Commit

Permalink
Merge pull request lidofinance#24 from lidofinance/feature/escrow-cha…
Browse files Browse the repository at this point in the history
…nged-mechanics

Escrow updated mechanics
  • Loading branch information
Psirex authored Apr 4, 2024
2 parents 640526d + 0df0dc8 commit 2f78d80
Show file tree
Hide file tree
Showing 24 changed files with 1,408 additions and 1,052 deletions.
38 changes: 0 additions & 38 deletions contracts/BurnerVault.sol

This file was deleted.

6 changes: 6 additions & 0 deletions contracts/Configuration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ contract Configuration is IConfiguration {

uint256 public immutable TIE_BREAK_ACTIVATION_TIMEOUT = 365 days;

uint256 public immutable RAGE_QUIT_EXTRA_TIMELOCK = 14 days;
uint256 public immutable RAGE_QUIT_EXTENSION_DELAY = 7 days;
uint256 public immutable RAGE_QUIT_ETH_CLAIM_MIN_TIMELOCK = 60 days;
uint256 public immutable MIN_STATE_DURATION = 5 hours;
uint256 public immutable ESCROW_ASSETS_UNLOCK_DELAY = 5 hours;

// Sealables Array Representation
uint256 private immutable MAX_SELABLES_COUNT = 5;

Expand Down
Loading

0 comments on commit 2f78d80

Please sign in to comment.