We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171820c commit e273cf9Copy full SHA for e273cf9
src/test/unit/EigenPodManagerUnit.t.sol
@@ -39,7 +39,6 @@ contract EigenPodManagerUnitTests is EigenLayerUnitTestSetup {
39
40
// Constants
41
uint256 public constant GWEI_TO_WEI = 1e9;
42
- uint256 public constant REQUIRED_BALANCE_WEI = 31 ether;
43
address public defaultStaker = address(this);
44
IEigenPod public defaultPod;
45
address public initialOwner = address(this);
0 commit comments