From f3b5fcad823ef5c876eebce7e372dd29193a3615 Mon Sep 17 00:00:00 2001 From: quaq <56312047+0x0aa0@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:18:21 -0500 Subject: [PATCH] chore: update core submodule (#211) --- lib/eigenlayer-contracts | 2 +- test/integration/IntegrationDeployer.t.sol | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/eigenlayer-contracts b/lib/eigenlayer-contracts index d4908ebf..43ffb52e 160000 --- a/lib/eigenlayer-contracts +++ b/lib/eigenlayer-contracts @@ -1 +1 @@ -Subproject commit d4908ebfb1e82b84ea6e18a0016b1b2217ef0ca3 +Subproject commit 43ffb52e01c0ea42832ff2777ff548abe8230a3c diff --git a/test/integration/IntegrationDeployer.t.sol b/test/integration/IntegrationDeployer.t.sol index 3ef617af..87bf4c1c 100644 --- a/test/integration/IntegrationDeployer.t.sol +++ b/test/integration/IntegrationDeployer.t.sol @@ -204,7 +204,6 @@ abstract contract IntegrationDeployer is Test, IUserDeployer { address(eigenPodManagerImplementation), abi.encodeWithSelector( EigenPodManager.initialize.selector, - type(uint).max, // maxPods address(beaconChainOracle), eigenLayerReputedMultisig, // initialOwner pauserRegistry,