diff --git a/libs/mstable/vault/src/components/TradingPanel/TradingRecap/TradingTransactionOverview.tsx b/libs/mstable/vault/src/components/TradingPanel/TradingRecap/TradingTransactionOverview.tsx index c7bd09f1..7a677a7d 100644 --- a/libs/mstable/vault/src/components/TradingPanel/TradingRecap/TradingTransactionOverview.tsx +++ b/libs/mstable/vault/src/components/TradingPanel/TradingRecap/TradingTransactionOverview.tsx @@ -14,12 +14,18 @@ import { useMinReceiveText, } from '@dhedge/core-ui-kit/hooks/trading'; import { formatToUsd } from '@dhedge/core-ui-kit/utils'; +import { INSUR_ACE_LINK, OPEN_COVER_LINK } from '@frontend/shared-constants'; import { useLogAnalyticsEvent } from '@frontend/shared-providers'; -import { CollapsibleSection, InfoTooltip } from '@frontend/shared-ui'; +import { + CollapsibleSection, + InfoTooltip, + TokenIconRevamp, +} from '@frontend/shared-ui'; import { Box, CircularProgress, Divider, + Link, Stack, Typography, } from '@mui/material'; @@ -146,6 +152,30 @@ export const TradingTransactionOverview: FC = (props) => { })} value={minReceivedText} /> + {isDeposit && ( + + + + + + + + + } + /> + )} {showMinRecommendedSlippage && (