You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Duration of the vault epoch (the withdrawal delay for staker varies from EPOCH_DURATION to 2 * EPOCH_DURATION depending on when the withdrawal is requested)
16
-
uint48 EPOCH_DURATION =1days;
16
+
uint48 EPOCH_DURATION =7days;
17
17
// Type of the delegator:
18
18
// 0. NetworkRestakeDelegator (allows restaking across multiple networks and having multiple operators per network)
19
19
// 1. FullRestakeDelegator (do not use without knowing what you are doing)
@@ -53,38 +53,39 @@ contract DeployVaultScript is DeployVaultBase {
// Duration of the vault epoch (the withdrawal delay for staker varies from EPOCH_DURATION to 2 * EPOCH_DURATION depending on when the withdrawal is requested)
20
-
uint48 EPOCH_DURATION =1days;
20
+
uint48 EPOCH_DURATION =7days;
21
21
// Type of the delegator:
22
22
// 0. NetworkRestakeDelegator (allows restaking across multiple networks and having multiple operators per network)
23
23
// 1. FullRestakeDelegator (do not use without knowing what you are doing)
@@ -57,42 +57,43 @@ contract DeployVaultTokenizedScript is DeployVaultTokenizedBase {
0 commit comments