Skip to content

Commit

Permalink
latest contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Dec 10, 2024
1 parent cb56670 commit 7e4ef4a
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 117 deletions.
2 changes: 1 addition & 1 deletion contracts/anvil/contracts-deployed-anvil-state.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/bindings/AVSDirectory/binding.go

Large diffs are not rendered by default.

52 changes: 43 additions & 9 deletions contracts/bindings/AllocationManager/binding.go

Large diffs are not rendered by default.

41 changes: 4 additions & 37 deletions contracts/bindings/DelegationManager/binding.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/bindings/EigenPod/binding.go

Large diffs are not rendered by default.

41 changes: 4 additions & 37 deletions contracts/bindings/EigenPodManager/binding.go

Large diffs are not rendered by default.

27 changes: 2 additions & 25 deletions contracts/bindings/PermissionController/binding.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/bindings/StrategyManager/binding.go

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion contracts/script/DeployMockAvsRegistries.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";

import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/IDelegationManager.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {ISlasher} from "eigenlayer-contracts/src/contracts/interfaces/ISlasher.sol";
import "eigenlayer-contracts/src/test/mocks/EmptyContract.sol";

import "eigenlayer-middleware/src/RegistryCoordinator.sol" as blsregcoord;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"eigenPodManagerImplementation": "0x959922bE3CAee4b8Cd9a407cc3ac1C251C2007B1",
"emptyContract": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
"numStrategiesDeployed": 0,
"permissionController": "0x610178dA211FEF7D417bC0e6FeD39F05609AD788",
"permissionControllerImplementation": "0x3Aa5ebB10DC797CAC828524e59A333d0A371443c",
"rewardsCoordinator": "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6",
"rewardsCoordinatorImplementation": "0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE",
"strategies": {
Expand Down
1 change: 0 additions & 1 deletion contracts/script/parsers/EigenlayerContractsParser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "eigenlayer-contracts/src/contracts/permissions/PauserRegistry.sol";
import {IAVSDirectory} from "eigenlayer-contracts/src/contracts/interfaces/IAVSDirectory.sol";
import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/IDelegationManager.sol";
import {IStrategyManager, IStrategy} from "eigenlayer-contracts/src/contracts/interfaces/IStrategyManager.sol";
import {ISlasher} from "eigenlayer-contracts/src/contracts/interfaces/ISlasher.sol";
import {StrategyBaseTVLLimits} from "eigenlayer-contracts/src/contracts/strategies/StrategyBaseTVLLimits.sol";
import {IRewardsCoordinator} from "eigenlayer-contracts/src/contracts/interfaces/IRewardsCoordinator.sol";
import {IAllocationManager} from "eigenlayer-contracts/src/contracts/interfaces/IAllocationManager.sol";
Expand Down

0 comments on commit 7e4ef4a

Please sign in to comment.