@bananapus/suckers-v6 0.0.62 → 0.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -61,9 +61,6 @@ library JBSwapPoolLib {
|
|
|
61
61
|
/// @dev The default TWAP observation window in seconds (10 minutes).
|
|
62
62
|
uint32 private constant _DEFAULT_TWAP_WINDOW = 600;
|
|
63
63
|
|
|
64
|
-
/// @dev The minimum acceptable TWAP observation window in seconds (2 minutes).
|
|
65
|
-
uint256 private constant _MIN_TWAP_WINDOW = 120;
|
|
66
|
-
|
|
67
64
|
/// @dev The TWAP observation window used for V4 geomean oracle queries in seconds (2 minutes).
|
|
68
65
|
uint32 private constant _V4_TWAP_WINDOW = 120;
|
|
69
66
|
|