refactor: remove unnecessary clones in UniswapV3 module (#177)

Also fixes a bug that would lead to emitting wrong balances if there is a `CollectProtocol` event triggered (currently not affecting because it's not enabled)

Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
Zizou
2025-03-13 15:24:48 +01:00
committed by GitHub
parent d49b3f59cb
commit 503a83595e
9 changed files with 56 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ethereum-uniswap-v3-logs-only"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[lib]