You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): resolve circular dependency that breaks clean builds (#964)
* fix(deps): resolve circular dependency that breaks clean builds
Signed-off-by: Chris Cashwell <chris.cashwell@uniswap.org>
* chore: update test suite
Signed-off-by: Chris Cashwell <chris.cashwell@uniswap.org>
* refactor: move structs from interface to top level
Signed-off-by: Chris Cashwell <chris.cashwell@uniswap.org>
---------
Signed-off-by: Chris Cashwell <chris.cashwell@uniswap.org>
Co-authored-by: Daniel Gretzke <daniel@gretzke.de>
/// @return bytes4 The function selector for the hook
101
101
/// @return BeforeSwapDelta The hook's delta in specified and unspecified currencies. Positive: the hook is owed/took currency, negative: the hook owes/sent currency
102
102
/// @return uint24 Optionally override the lp fee, only used if three conditions are met: 1. the Pool has a dynamic fee, 2. the value's 2nd highest bit is set (23rd bit, 0x400000), and 3. the value is less than or equal to the maximum fee (1 million)
0 commit comments