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 5eaddfd commit 4bcb23eCopy full SHA for 4bcb23e
src/PDPVerifier.sol
@@ -44,7 +44,6 @@ contract PDPVerifier is Initializable, UUPSUpgradeable, OwnableUpgradeable {
44
uint256 public constant MAX_ENQUEUED_REMOVALS = 2000;
45
address public constant RANDOMNESS_PRECOMPILE = 0xfE00000000000000000000000000000000000006;
46
uint256 public constant EXTRA_DATA_MAX_SIZE = 2048;
47
- uint256 public constant SECONDS_IN_DAY = 86400;
48
uint256 public constant NO_CHALLENGE_SCHEDULED = 0;
49
uint256 public constant NO_PROVEN_EPOCH = 0;
50
0 commit comments