Skip to content

Commit 26f17f6

Browse files
committed
fix: gauge smallfix
1 parent dcdffd2 commit 26f17f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/compressors/GaugeCompressor.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ contract GaugeCompressor is IGaugeCompressor {
110110
gaugeInfo.underlying = IPoolV3(pool).asset();
111111
gaugeInfo.voter = IGaugeV3(gauge).voter();
112112

113-
gaugeInfo.currentEpoch = IGearStakingV3(gauge).getCurrentEpoch();
113+
gaugeInfo.currentEpoch = IGearStakingV3(gaugeInfo.voter).getCurrentEpoch();
114114
gaugeInfo.epochLastUpdate = IGaugeV3(gauge).epochLastUpdate();
115115
gaugeInfo.epochFrozen = IGaugeV3(gauge).epochFrozen();
116116

0 commit comments

Comments
 (0)