Skip to content

Commit

Permalink
fix: addresses #8
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Dec 7, 2024
1 parent ea6fa62 commit ddaca12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libraries/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ library Constants {
// CONSTANTS //
///////////////////////////////////////////////////////////////////////////////////////////////

uint256 public constant MAX_DEVIATION_THRESHOLD = 0.1e18; // 10%
uint256 public constant MAX_TWAP_PERIOD = 1 hours;
uint256 public constant MAX_ROUTE_LENGTH = 4;
uint256 public constant WAD = 1e18;
Expand Down
1 change: 0 additions & 1 deletion src/libraries/OracleErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ library OracleErrors {
error InvalidTokensProvided();
error InvalidTwapPeriod();
error NoDesignatedPair();
error PriceDeviationThresholdTooHigh();
error UnsupportedTokenDecimals();

// query errors
Expand Down

0 comments on commit ddaca12

Please sign in to comment.