Skip to content

Commit d6ef2dd

Browse files
committed
chore: comment
1 parent 7085607 commit d6ef2dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/contracts/contracts/Dependencies/TwapWeightedObserver.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
pragma solidity 0.8.17;
33
import {ITwapWeightedObserver} from "../Interfaces/ITwapWeightedObserver.sol";
44

5+
/// @title TwapWeightedObserver
6+
/// @notice Given a value, applies a time-weighted TWAP that smooths out changes over a 7 days period
7+
/// @dev Used to get the lowest value of total supply to prevent underpaying redemptions
58
contract TwapWeightedObserver is ITwapWeightedObserver {
69
PackedData public data;
710
uint128 public valueToTrack;

0 commit comments

Comments
 (0)