Skip to content

Commit

Permalink
Merge pull request #552 from beethovenxfi/fix/gyro-supply
Browse files Browse the repository at this point in the history
fix onchain call for gyro supply
  • Loading branch information
franzns authored Dec 4, 2023
2 parents 9efd857 + d1d4993 commit c16cbb9
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 c16cbb9

Please sign in to comment.