You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When claiming tokens, the UI was showing in one investor's case:
Invested 529,377 USDC
Token amount 487,053 DYF1
It should have been
Invested 500,000 USDC
Token amount 487,053 DYF1
instead.
The token amount here is correct, that is based on vault.maxMint. The invested amount is incorrect, that is now maxMint * currentTokenPrice, but should be using vault.maxDeposit instead.
The text was updated successfully, but these errors were encountered:
When claiming tokens, the UI was showing in one investor's case:
It should have been
instead.
The token amount here is correct, that is based on
vault.maxMint
. The invested amount is incorrect, that is nowmaxMint * currentTokenPrice
, but should be usingvault.maxDeposit
instead.The text was updated successfully, but these errors were encountered: