We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7a0f2 commit 51614e4Copy full SHA for 51614e4
src/Numo.sol
@@ -10,8 +10,8 @@ import { Pausable } from "v4-core/lib/openzeppelin-contracts/contracts/utils/Pau
10
import { ReentrancyGuard } from "v4-core/lib/openzeppelin-contracts/contracts/utils/ReentrancyGuard.sol";
11
12
/**
13
- * @title Numo - LogNormal Market Maker
14
- * @author Your Name
+ * @title Numo
+ * @author Robert Leifke
15
* @notice A Uniswap V4 hook implementing a log-normal distribution-based market maker
16
* @dev This contract implements a custom trading curve based on log-normal distribution principles,
17
* inspired by the DFMM (Dynamic Function Market Maker) protocol by Primitive Finance.
0 commit comments