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 fee5fd1 commit 7c08797Copy full SHA for 7c08797
target_chains/ethereum/contracts/contracts/pulse/scheduler/SchedulerState.sol
@@ -8,6 +8,9 @@ contract SchedulerState {
8
// Maximum number of price feeds per subscription
9
uint8 public constant MAX_PRICE_IDS = 10;
10
11
+ uint256 public constant PAST_TIMESTAMP_GRACE_PERIOD = 1 hours;
12
+ uint256 public constant FUTURE_TIMESTAMP_GRACE_PERIOD = 10 seconds;
13
+
14
struct State {
15
// Monotonically increasing counter for subscription IDs
16
uint256 subscriptionNumber;
0 commit comments