File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export const checkQuarantine = async (vault: Address) => {
3939 const pendingTotalValueIncrease = formatEther (
4040 quarantine . pendingTotalValueIncrease ,
4141 ) ;
42+ const totalValueRemainder = formatEther ( quarantine . totalValueRemainder ) ;
4243
4344 logInfo ( '⚠️ Warning: Part of the vault capital on CL is in quarantine' ) ;
4445 logInfo (
@@ -49,6 +50,7 @@ export const checkQuarantine = async (vault: Address) => {
4950 [ 'Vault' , vault ] ,
5051 [ 'Quarantine status' , quarantine . isActive ? 'Active' : 'Inactive' ] ,
5152 [ 'Pending total value increase, ETH' , pendingTotalValueIncrease ] ,
53+ [ 'Total value remainder, ETH' , totalValueRemainder ] ,
5254 [ 'Start timestamp' , `${ quarantine . startTimestamp } (${ startTimestamp } )` ] ,
5355 [ 'End timestamp' , `${ quarantine . endTimestamp } (${ endTimestamp } )` ] ,
5456 ] ,
You can’t perform that action at this time.
0 commit comments