Created
September 21, 2022 05:35
-
-
Save Shashank-In/6dec6a63ba229f85d91e7cd40253627a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function _update( | |
uint128 baseBalance, | |
uint128 fyBalance, | |
uint112 _baseCached, | |
uint112 _fyTokenCached | |
) private { | |
.... | |
cumulativeBalancesRatio += | |
(scaledFYTokenCached / _baseCached) * | |
timeElapsed; | |
.... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment