feat: new pool->token function, renamed ERC20->erc20

This commit is contained in:
0xMochan
2024-05-29 14:39:32 -04:00
parent 194cfe5296
commit f64fcdf220
5 changed files with 42 additions and 16 deletions

View File

@@ -12,6 +12,6 @@ pub mod pool;
pub mod tricrypto_factory;
pub mod main_registry;
pub mod pool_3pool;
pub mod ERC20;
pub mod erc20;
pub mod meta_pool_factory;
pub mod crypto_swap_registry;