Skip to content

Commit

Permalink
Fix eigenda deployer (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooselumph authored Jul 7, 2023
1 parent d87b4b4 commit e07adad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contracts/script/EigenDADeployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ contract EigenDADeployer is DeployOpenEigenLayer {
operatorSetParams[i] = IBLSRegistryCoordinatorWithIndices.OperatorSetParam({
maxOperatorCount: 10000,
kickBIPsOfOperatorStake: 15000,
kickBIPsOfAverageStake: 5000,
kickBIPsOfTotalStake: 100
});
}
Expand Down Expand Up @@ -207,8 +206,6 @@ contract EigenDADeployer is DeployOpenEigenLayer {
)
);

blsOperatorStateRetriever = new BLSOperatorStateRetriever(
registryCoordinator
);
blsOperatorStateRetriever = new BLSOperatorStateRetriever();
}
}

0 comments on commit e07adad

Please sign in to comment.