Skip to content

Commit e273cf9

Browse files
committed
remove unused constant in EPM unit test
1 parent 171820c commit e273cf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/unit/EigenPodManagerUnit.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ contract EigenPodManagerUnitTests is EigenLayerUnitTestSetup {
3939

4040
// Constants
4141
uint256 public constant GWEI_TO_WEI = 1e9;
42-
uint256 public constant REQUIRED_BALANCE_WEI = 31 ether;
4342
address public defaultStaker = address(this);
4443
IEigenPod public defaultPod;
4544
address public initialOwner = address(this);

0 commit comments

Comments
 (0)