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

Commit

Permalink
fix(velodrome-v2): Revert groupId update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Jan 11, 2024
1 parent a8db4a0 commit 2030754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class VelodromeV2AddressesResolver {
const appTokens = await this.appToolkit.getAppTokenPositions({
appId: 'velodrome-v2',
network,
groupIds: ['pool-2'],
groupIds: ['pool'],
});

const poolAddresses = appTokens.map(x => x.address);
Expand Down

0 comments on commit 2030754

Please sign in to comment.