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

View File

@@ -1,6 +1,6 @@
[package]
name = "ethereum-uniswap-v4"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
[lib]