Skip to content

Commit 5878b41

Browse files
committed
setting discount initial value
1 parent 4b87fa9 commit 5878b41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spot-vaults/contracts/_strategies/SpotPricer.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ contract SpotPricer is IPerpPricer, IMetaOracle {
133133
IPerpetualTranche spot = IPerpetualTranche(usdcSpotPool.token1());
134134
SPOT = spot;
135135
AMPL = IERC20(spot.underlying());
136+
137+
spotDiscountFactor = ONE;
136138
}
137139

138140
//--------------------------------------------------------------------------

0 commit comments

Comments
 (0)