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
**Motivation:**
Redistribution upgrade script.
**Modifications:**
**Deployment Process:**
1. `SlashingEscrowFactory` and `SlashEscrow` are two _new_ deployed
contracts
a. We deploy a new proxyAdmin to upgrade the `SlashingEscrowFactory`.
The owner of this proxyAdmin is the community multisig
3. Upgrades the following contracts:
a. DelegationManager
b. AllocationManager
c. Strategymanager
d. EigenPodManager
e. EigenStrategy
f. StrategyBeacon
g. StrategyBaseTVLLimits (pre-longtail strats)
**Zeus Config Updates:**
In Zeus config, we add a `GLOBAL_SLASH_DELAY` value. On all testnets
(preprod, testnet, testnet-hoodi, tesnet-sepolia) this value is 5 blocks
(1 min). On mainnet this value is 28,800 (4 days in blocks)
Run `zeus env show <environment>` to double check.
**Important Checks:**
1. Ensure the `_globalBurnOrRedistributionDelay` is properly set
2. Upgradability of the `SlashEscrowFactory` is controlled by a new
`SlashEscrowProxyAdmin`. The owner of this contract is the
`CommunityMultisig`.
**Result:**
Updated deploy scripts.
---------
Co-authored-by: clandestine.eth <96172957+0xClandestine@users.noreply.github.com>
Co-authored-by: bowenli86 <bowenli86@gmail.com>
0 commit comments