v4-core
v4-core copied to clipboard
Custom swap accounting with NoOps
Inspired by NoOp design from https://github.com/Uniswap/v4-core/pull/291. @thogard785's commit is merged with this PR
NoOping on initialize will prevent the pool with that hook from being included in our pools mapping, so I think it should be removed.
Closing in favor of this NoOp impl https://github.com/Uniswap/v4-core/pull/324