chore: removing the multichain feature flag, and corresponding dead code #40955
Annotations
3 errors
Run yarn lint:tsc:
app/components/Approvals/SwitchChainApproval/SwitchChainApproval.tsx#L61
Type '{ onCancel: () => void; onConfirm: () => void; currentPageInformation: any; customNetworkInformation: any; type: any; }' is not assignable to type 'IntrinsicAttributes & Pick<{ customNetworkInformation: any; currentPageInformation: any; onCancel: any; onConfirm: any; }, never> & Pick<InferProps<{ currentPageInformation: Requireable<...>; onConfirm: Requireable<...>; onCancel: Requireable<...>; customNetworkInformation: Requireable<...>; }>, "onConfirm" | ... 2 ...'.
|
Run yarn lint:tsc:
app/components/Views/AccountConnect/AccountConnect.tsx#L212
Argument of type '{ chainId: `0x${string}`; }' is not assignable to parameter of type '{ networkType: string; chainId: string; }'.
|
Run yarn lint:tsc
Process completed with exit code 2.
|
Loading