on the deposit flow, when we calculated the pool deficit, we need to include externalIlProtection vault balance.
To Reproduce
Go to earn page
click Deposit to any token with external IL protection (crown, dapp, shibgf, bbs, acre).
Expected behavior
deficit calculation should be the following:
( {current pool balance.tkn} + { external protection amount.tkn} ) / {total staked balance.tkn}
Go to external protection Vault Contract - 0xFd31662b3d54eddE9B6Bdd32c9c27C8E292cAD57
If - isPaused = False and there is a balance for the specific token
Add the amount of external protection to the available liquidity
on the deposit flow, when we calculated the pool deficit, we need to include externalIlProtection vault balance.
To Reproduce
Expected behavior deficit calculation should be the following: ( {current pool balance.tkn} + { external protection amount.tkn} ) / {total staked balance.tkn}