feat: update transactions page #2182
Annotations
7 errors and 3 warnings
cypress-tests:
src/stories/PaginatedDepositsTable.stories.tsx#L98
Type '{ bridgeFee: { pct: string; usd: string; }; destinationGasFee: { pct: string; usd: string; }; }' is not assignable to type '{ lpFeeUsd: string; lpFeePct: string; lpFeeAmount: string; relayCapitalFeeUsd: string; relayCapitalFeePct: string; relayCapitalFeeAmount: string; relayGasFeeUsd: string; relayGasFeePct: string; relayGasFeeAmount: string; totalBridgeFeeUsd: string; totalBridgeFeePct: string; totalBridgeFeeAmount: string; }'.
|
cypress-tests:
src/stories/PaginatedDepositsTable.stories.tsx#L107
Type '{ type: "referrals"; rate: number; amount: string; usd: string; }' is not assignable to type '{ type: "op-rebates"; rate: number; amount: string; usd: string; } | { type: "referrals"; rate: number; tier: number; amount: string; usd: string; } | undefined'.
|
cypress-tests:
src/stories/PaginatedDepositsTable.stories.tsx#L138
Type '{ bridgeFee: { pct: string; usd: string; }; destinationGasFee: { pct: string; usd: string; }; }' is not assignable to type '{ lpFeeUsd: string; lpFeePct: string; lpFeeAmount: string; relayCapitalFeeUsd: string; relayCapitalFeePct: string; relayCapitalFeeAmount: string; relayGasFeeUsd: string; relayGasFeePct: string; relayGasFeeAmount: string; totalBridgeFeeUsd: string; totalBridgeFeePct: string; totalBridgeFeeAmount: string; }'.
|
cypress-tests:
src/stories/PaginatedDepositsTable.stories.tsx#L147
Type '{ type: "referrals"; rate: number; amount: string; usd: string; }' is not assignable to type '{ type: "op-rebates"; rate: number; amount: string; usd: string; } | { type: "referrals"; rate: number; tier: number; amount: string; usd: string; } | undefined'.
|
cypress-tests:
src/views/DepositStatus/hooks/useDepositTracking.ts#L65
Argument of type '{ depositId: number; depositTime: number; status: "pending"; filled: string; sourceChainId: ChainId; destinationChainId: ChainId; assetAddr: string; depositorAddr: string; ... 9 more ...; feeBreakdown: { ...; }; }' is not assignable to parameter of type 'Deposit'.
|
cypress-tests:
src/views/DepositStatus/hooks/useDepositTracking.ts#L116
Argument of type '{ depositId: number; depositTime: number; status: "filled"; filled: string; sourceChainId: ChainId; destinationChainId: ChainId; assetAddr: string; depositorAddr: string; ... 9 more ...; feeBreakdown: { ...; }; }' is not assignable to parameter of type 'Deposit'.
|
cypress-tests
Process completed with exit code 2.
|
cypress-tests
No files were found with the provided path: cypress/videos. No artifacts will be uploaded.
|
cypress-tests
No files were found with the provided path: cypress/screenshots. No artifacts will be uploaded.
|
lint:
src/hooks/useRewardToken.ts#L2
'useMemo' is defined but never used
|