fix: pass CI

This commit is contained in:
0xMochan
2024-06-03 09:57:19 -04:00
parent f1796d1c67
commit c1966cca38
3 changed files with 4 additions and 4 deletions

View File

@@ -672,7 +672,7 @@ pub fn address_map(
/// If all else fails, we force an `unwrap` to trigger a `panic` so that we can resolve this by
/// adding onto our map of `pool` -> `token` addresses.
fn get_token_from_pool(pool: &Vec<u8>) -> Vec<u8> {
abi::erc20::functions::Name {}
abi::ERC20::functions::Name {}
.call(pool.clone())
.and(Some(pool.clone()))
.or_else(|| {