-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add m2 upgrade output file (#482)
* feat: add m2 upgrade output file * fix: consistent writing + reading of deployment params naming should now be consistent, so the ExistingDeploymentParser should work with unmodified script outputs * feat: appropriately parse new implementation addresses `test_queueUpgrade` now more accurately models the upgrade, and no longer simulates implementation deployment * chore: appropriate timelock ETA * chore: add a couple more "sanity" checks these are performed after the upgrade is simulated
- Loading branch information
1 parent
4b15d68
commit bc2ce17
Showing
4 changed files
with
89 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"addresses": { | ||
"avsDirectory": "0x135DDa560e946695d6f155dACaFC6f1F25C1F5AF", | ||
"avsDirectoryImplementation": "0xdAbdB3Cd346B7D5F5779b0B614EdE1CC9DcBA5b7", | ||
"baseStrategyImplementation": "0xdfdA04f980bE6A64E3607c95Ca26012Ab9aA46d3", | ||
"beaconOracle": "0x343907185b71aDF0eBa9567538314396aa985442", | ||
"delayedWithdrawalRouter": "0x7Fe7E9CC0F274d2435AD5d56D5fa73E47F6A23D8", | ||
"delayedWithdrawalRouterImplementation": "0x4bB6731B02314d40aBbfFBC4540f508874014226", | ||
"delegationManager": "0x39053D51B77DC0d36036Fc1fCc8Cb819df8Ef37A", | ||
"delegationManagerImplementation": "0x1784BE6401339Fc0Fedf7E9379409f5c1BfE9dda", | ||
"eigenLayerPauserReg": "0x0c431C66F4dE941d089625E5B423D00707977060", | ||
"eigenLayerProxyAdmin": "0x8b9566AdA63B64d1E1dcF1418b43fd1433b72444", | ||
"eigenPodBeacon": "0x5a2a4F2F3C18f09179B6703e63D9eDD165909073", | ||
"eigenPodImplementation": "0x8bA40dA60f0827d027F029aCEE62609F0527a255", | ||
"eigenPodManager": "0x91E677b07F7AF907ec9a428aafA9fc14a0d3A338", | ||
"eigenPodManagerImplementation": "0xe4297e3DaDBc7D99e26a2954820f514CB50C5762", | ||
"emptyContract": "0x1f96861fEFa1065a5A96F20Deb6D8DC3ff48F7f9", | ||
"slasher": "0xD92145c07f8Ed1D392c1B88017934E301CC1c3Cd", | ||
"slasherImplementation": "0xF3234220163a757edf1E11a8a085638D9B236614", | ||
"strategies": "", | ||
"strategyManager": "0x858646372CC42E1A627fcE94aa7A7033e7CF075A", | ||
"strategyManagerImplementation": "0x70f44C13944d49a236E3cD7a94f48f5daB6C619b" | ||
}, | ||
"chainInfo": { | ||
"chainId": 1, | ||
"deploymentBlock": 19492753 | ||
}, | ||
"parameters": { | ||
"communityMultisig": "0xFEA47018D632A77bA579846c840d5706705Dc598", | ||
"executorMultisig": "0x369e6F597e22EaB55fFb173C6d9cD234BD699111", | ||
"operationsMultisig": "0xBE1685C81aA44FF9FB319dD389addd9374383e90", | ||
"pauserMultisig": "0x5050389572f2d220ad927CcbeA0D406831012390", | ||
"timelock": "0xA6Db1A8C5a981d1536266D2a393c5F8dDb210EAF" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters