Skip to content

Commit

Permalink
Fix/unused imports ntokeng3m utils (#109)
Browse files Browse the repository at this point in the history
* fix: use muldiv in NTokenG3M math

* fix: remove unnused imports in NTokenG3MUtils
  • Loading branch information
clemlak authored Apr 1, 2024
1 parent 32a5572 commit f597df3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NTokenGeometricMean/NTokenGeometricMeanUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {
} from "src/NTokenGeometricMean/NTokenGeometricMean.sol";
import {
computeReserveFromNumeraire,
computeL,
computeTradingFunction,
computeNextLiquidity
} from "./NTokenGeometricMeanMath.sol";

Expand Down

0 comments on commit f597df3

Please sign in to comment.