valdiate: 3pool and steth-eth

This commit is contained in:
0xMochan
2024-05-08 15:56:41 -05:00
parent 7c49d3e813
commit ec07703090
6 changed files with 259 additions and 757 deletions

View File

@@ -24,7 +24,7 @@ struct PoolQueryParams {
/// Static attributes are defined as a vector of tuples with the name and value of the attribute.
/// These contain things like the pool type, specific pool fees, etc. You can see
/// `pool_factories.rs` for an example of the modern curve pool attributes and also the ones chosen
/// for 3pool, etc.
/// for 3pool, etc.
///
/// This function can error based on some basic parsing errors and deeper down hex decoding errors
/// if various addresses are not formatted properly.