Skip to content

Commit ef7a7a0

Browse files
committed
hard code tick spacing to an easy sentinel value
1 parent 650d4ae commit ef7a7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniswapHook.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ contract UniswapHook is BaseHook {
4242
currency0: Currency.wrap(asset0Addr),
4343
currency1: Currency.wrap(asset1Addr),
4444
fee: fee,
45-
tickSpacing: 60, // TODO: fix arbitrary tick spacing
45+
tickSpacing: 1, // hard-coded tick spacing, as its unused
4646
hooks: IHooks(address(this))
4747
});
4848

0 commit comments

Comments
 (0)