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

Commit

Permalink
fix(velodrome): Update pool group id (#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin authored Jan 10, 2024
1 parent 571d9e9 commit a8db4a0
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'],
groupIds: ['pool-2'],
});

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

0 comments on commit a8db4a0

Please sign in to comment.