We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238c82 commit 3c9d8b5Copy full SHA for 3c9d8b5
contracts/contracts/strategies/BridgedWOETHStrategy.sol
@@ -23,8 +23,6 @@ contract BridgedWOETHStrategy is InitializableAbstractStrategy {
23
IERC20 public immutable oethb;
24
IOracle public immutable oracle;
25
26
- uint256 public constant MAX_PRICE_STALENESS = 2 days;
27
-
28
uint128 public lastOraclePrice;
29
uint128 public maxPriceDiffBps;
30
0 commit comments