Skip to content

feat: less confusing permit2 flow #26205

feat: less confusing permit2 flow

feat: less confusing permit2 flow #26205

Triggered via pull request January 9, 2025 06:46
Status Failure
Total duration 5m 23s
Billable time 6m
Artifacts

bootstrap.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Call / Static: src/components/MultiHopTrade/components/TradeConfirm/hooks/useStepperSteps.tsx#L72
Argument of type '{ firstHopAllowanceApproval: ApprovalExecutionMetadata; firstHopPermit2: Omit<ApprovalExecutionMetadata, "txHash" | "isInitiallyRequired"> & { ...; }; ... 4 more ...; isMultiHopTrade: boolean | undefined; }' is not assignable to parameter of type 'StepperStepParams'.
Call / Static: src/components/MultiHopTrade/components/TradeConfirm/hooks/useStepperSteps.tsx#L73
Argument of type '{ firstHopAllowanceApproval: ApprovalExecutionMetadata; firstHopPermit2: Omit<ApprovalExecutionMetadata, "txHash" | "isInitiallyRequired"> & { ...; }; ... 4 more ...; isMultiHopTrade: boolean | undefined; }' is not assignable to parameter of type 'StepperStepParams'.
Call / Static: src/components/MultiHopTrade/components/TradeConfirm/hooks/useStepperSteps.tsx#L84
Argument of type '{ currentHopIndex: SupportedTradeQuoteStepIndex; hopExecutionState: HopExecutionState; firstHopAllowanceApproval: ApprovalExecutionMetadata; ... 5 more ...; isMultiHopTrade: boolean | undefined; }' is not assignable to parameter of type 'StepperStepParams & { currentHopIndex: number; hopExecutionState: HopExecutionState; }'.
Call / Static
Process completed with exit code 2.