Skip to content

Commit

Permalink
fix onchain call for gyro supply (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Dec 4, 2023
1 parent 7311e8c commit fc6a9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/pool/lib/pool-onchain-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const getTotalSupplyFn = (type: PoolInput['type'], version: number) => {
} else if (
type === 'COMPOSABLE_STABLE' ||
(type === 'WEIGHTED' && version > 1) ||
(type === 'GYROE' && version > 1) ||
(type === 'UNKNOWN' && version > 1)
) {
return 'getActualSupply';
Expand Down

0 comments on commit fc6a9e6

Please sign in to comment.