fix(balancer): Add bpt tokens to components.

The pools support swapping in and out of balancer lp positions out of the box. So including the bpt token will likely be useful in the future.
This commit is contained in:
kayibal
2024-07-29 16:44:38 +01:00
parent ac22ed583f
commit 8196d1c3a1
2 changed files with 33 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
#![allow(clippy::all)]
pub mod composable_stable_pool_factory;
pub mod erc_linear_pool_factory;
pub mod euler_linear_pool_factory;