Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(uniswap-v2): Fix silently failing pool addresses (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Jun 23, 2022
1 parent aa955c5 commit f0ff5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class UniswapV2PoolTokenHelper {
factoryAddress,
resolveFactoryContract,
resolvePoolContract,
}).catch(() => []);
});

const poolVolumes: ResolvePoolVolumesResponse = await resolvePoolVolumes({
appId,
Expand Down

0 comments on commit f0ff5a0

Please sign in to comment.