Skip to content

Commit

Permalink
Feat/operator directed rewards (#9)
Browse files Browse the repository at this point in the history
* chore: delete unused files

* fix: refactor to match new eigenlayer-middleware changes

* fix: transferOwnership to msg.sender

* fix: stakeRegistry transferOwnership to deployer address

* chore: add core deployments with rewards coordinators

* Revert "chore: add core deployments with rewards coordinators"

This reverts commit fcb1475.

* fix: add rewardsCoordinator to core deployment json
  • Loading branch information
rubydusa authored Feb 6, 2025
1 parent 4985e2a commit 434f19c
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 1,422 deletions.
2 changes: 1 addition & 1 deletion contracts/deployments/core/17000.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lastUpdate":{"timestamp":"1733242248","block_number":"0"},"addresses":{"proxyAdmin":"0xB043055dd967A382577c2f5261fA6428f2905c15","delegation":"0xA44151489861Fe9e3055d95adC98FbD462B948e7","delegationManagerImpl":"0x83f8F8f0BB125F7870F6bfCf76853f874C330D76","avsDirectory":"0x055733000064333CaDDbC92763c58BF0192fFeBf","avsDirectoryImpl":"0xEF5BA995Bc7722fd1e163edF8Dc09375de3d3e3a","strategyManager":"0xdfB5f6CE42aAA7830E94ECFCcAd411beF4d4D5b6","strategyManagerImpl":"0x59f766A603C53f3AC8Be43bBe158c1519b193a18","eigenPodManager":"0x30770d7E3e71112d7A6b7259542D1f680a70e315","eigenPodManagerImpl":"0x91A6525a4a843F5a5B633905300c33F79413CCc5","strategyFactory":"0x9c01252B580efD11a05C00Aa42Dd3ac1Ec52DF6d","strategyFactoryImpl":"0x5E699de7bFc4DD2A5E72EB5a2Ca99651EfdD51CB","strategyBeacon":"0xd3c6C6BA4E40dB9288c6a2077e5635344F8aFA4F","allocationManager": "0x78469728304326CBc65f8f95FA756B0B73164462"}}
{"lastUpdate":{"timestamp":"1733242248","block_number":"0"},"addresses":{"proxyAdmin":"0xB043055dd967A382577c2f5261fA6428f2905c15","delegation":"0xA44151489861Fe9e3055d95adC98FbD462B948e7","delegationManagerImpl":"0x83f8F8f0BB125F7870F6bfCf76853f874C330D76","avsDirectory":"0x055733000064333CaDDbC92763c58BF0192fFeBf","avsDirectoryImpl":"0xEF5BA995Bc7722fd1e163edF8Dc09375de3d3e3a","strategyManager":"0xdfB5f6CE42aAA7830E94ECFCcAd411beF4d4D5b6","strategyManagerImpl":"0x59f766A603C53f3AC8Be43bBe158c1519b193a18","eigenPodManager":"0x30770d7E3e71112d7A6b7259542D1f680a70e315","eigenPodManagerImpl":"0x91A6525a4a843F5a5B633905300c33F79413CCc5","strategyFactory":"0x9c01252B580efD11a05C00Aa42Dd3ac1Ec52DF6d","strategyFactoryImpl":"0x5E699de7bFc4DD2A5E72EB5a2Ca99651EfdD51CB","strategyBeacon":"0xd3c6C6BA4E40dB9288c6a2077e5635344F8aFA4F","allocationManager": "0x78469728304326CBc65f8f95FA756B0B73164462","rewardsCoordinator":"0xAcc1fb458a1317E886dB376Fc8141540537E68fE","rewardsCoordinatorImpl":"0xA3c31d2FBAD3d924baA64f8789E03E9FA7d70d69"}}
79 changes: 0 additions & 79 deletions contracts/script/HelloWorldDeployer.s.sol

This file was deleted.

7 changes: 3 additions & 4 deletions contracts/script/LayerMiddlewareDeployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ import {StrategyManager} from "@eigenlayer/contracts/core/StrategyManager.sol";


import {
Quorum,
StrategyParams,
IECDSAStakeRegistryTypes,
IStrategy
} from "@eigenlayer-middleware/src/interfaces/IECDSAStakeRegistryEventsAndErrors.sol";
} from "@eigenlayer-middleware/src/interfaces/IECDSAStakeRegistry.sol";

contract LayerMiddlewareDeployer is Script {
contract LayerMiddlewareDeployer is Script, IECDSAStakeRegistryTypes {
using CoreDeploymentLib for *;
using UpgradeableProxyLib for address;

Expand Down
103 changes: 0 additions & 103 deletions contracts/script/SetupPayments.s.sol

This file was deleted.

154 changes: 0 additions & 154 deletions contracts/script/utils/HelloWorldDeploymentLib.sol

This file was deleted.

Loading

0 comments on commit 434f19c

Please sign in to comment.