Skip to content

Commit f0873d1

Browse files
ypatil128sunyuan
authored andcommitted
chore: compilation & bindings
1 parent 13a00e7 commit f0873d1

File tree

12 files changed

+13
-29
lines changed

12 files changed

+13
-29
lines changed

pkg/bindings/DelegationManager/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/EigenPod/binding.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/EigenPodManager/binding.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/EigenStrategy/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/RewardsCoordinator/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/StrategyBase/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/StrategyBaseTVLLimits/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/StrategyManager/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/deploy/mainnet/Deploy_Strategy_Factory.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ contract MainnetStrategyFactoryDeploy is ExistingDeploymentParser {
4040
// Sanity Checks
4141
_verifyContractPointers();
4242
_verifyImplementations();
43-
_verifyContractsInitialized({isInitialDeployment: true});
43+
_verifyContractsInitialized();
4444
_verifyInitializationParams();
4545

4646
logAndOutputContractAddresses("script/output/mainnet/v0.3.2-mainnet-strategy-factory.output.json");

src/test/integration/IntegrationDeployer.t.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,7 @@ abstract contract IntegrationDeployer is ExistingDeploymentParser {
409409
slasher,
410410
delegationManager
411411
);
412-
delayedWithdrawalRouterImplementation = new DelayedWithdrawalRouter(eigenPodManager);
413-
avsDirectoryImplementation = new AVSDirectory(delegationManager, strategyManager);
412+
avsDirectoryImplementation = new AVSDirectory(delegationManager);
414413

415414
// Second, upgrade the proxy contracts to point to the implementations
416415
// DelegationManager
@@ -504,7 +503,6 @@ abstract contract IntegrationDeployer is ExistingDeploymentParser {
504503
slasher,
505504
delegationManager
506505
);
507-
delayedWithdrawalRouterImplementation = new DelayedWithdrawalRouter(eigenPodManager);
508506
avsDirectoryImplementation = new AVSDirectory(delegationManager);
509507

510508
// Second, upgrade the proxy contracts to point to the implementations

0 commit comments

Comments
 (0)