File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ import { PoolId } from "v4-core/types/PoolId.sol";
1818import { PoolIdLibrary, PoolKey } from "v4-core/types/PoolKey.sol " ;
1919import { BaseHook } from "v4-periphery/src/utils/BaseHook.sol " ;
2020
21- /// @title Async Swap CSMM Contract
21+ /// @title Async Swap Contract
2222/// @author Async Labs
23- /// @notice This contract implemIAsyncAMMsync Constant Sum Market Maker (CSMM) functionality.
23+ /// @notice Async swap AMM
2424contract AsyncSwap is BaseHook , IAsyncSwapAMM {
2525
2626 using SafeCast for * ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { PoolSwapTest } from "v4-core/test/PoolSwapTest.sol";
1212import { CurrencyLibrary } from "v4-core/types/Currency.sol " ;
1313import { PoolKey } from "v4-core/types/PoolKey.sol " ;
1414
15- /// @title Async CSMM test contract
15+ /// @title Async Swap test contract
1616contract AsyncSwapTest is SetupHook {
1717
1818 using CurrencyLibrary for Currency;
You can’t perform that action at this time.
0 commit comments