feat: move initial lp fee to static attributes (#161)

This initial lp fee value is used for generating the PoolKey. It is static and should be part of the ProtocolComponent static attributes.
This commit is contained in:
Louise Poole
2025-02-18 15:01:38 +02:00
committed by GitHub
parent b1e7ba9e2f
commit 20165c271e
5 changed files with 16 additions and 15 deletions

2
substreams/Cargo.lock generated
View File

@@ -404,7 +404,7 @@ dependencies = [
[[package]]
name = "ethereum-uniswap-v4"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"anyhow",
"ethabi 18.0.0",