Skip to content

Commit

Permalink
setting discount initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Sep 18, 2024
1 parent 4b87fa9 commit 5878b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spot-vaults/contracts/_strategies/SpotPricer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ contract SpotPricer is IPerpPricer, IMetaOracle {
IPerpetualTranche spot = IPerpetualTranche(usdcSpotPool.token1());
SPOT = spot;
AMPL = IERC20(spot.underlying());

spotDiscountFactor = ONE;
}

//--------------------------------------------------------------------------
Expand Down

0 comments on commit 5878b41

Please sign in to comment.