feat: less confusing permit2 flow #26205
bootstrap.yml
on: pull_request
Install and Cache
1m 30s
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.
|