Skip to content

Commit 3c9d8b5

Browse files
authored
Remove constant MAX_PRICE_STALENESS from BridgedWOETHStrategy contract (#2784)
1 parent 6238c82 commit 3c9d8b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/contracts/strategies/BridgedWOETHStrategy.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ contract BridgedWOETHStrategy is InitializableAbstractStrategy {
2323
IERC20 public immutable oethb;
2424
IOracle public immutable oracle;
2525

26-
uint256 public constant MAX_PRICE_STALENESS = 2 days;
27-
2826
uint128 public lastOraclePrice;
2927
uint128 public maxPriceDiffBps;
3028

0 commit comments

Comments
 (0)