feat: veYFI test #1581
Annotations
10 errors and 1 warning
apps/vaults/hooks/useSolverChainCoin.ts#L68
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverCowswap.ts#L283
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverInternalMigration.ts#L81
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverOptimismBooster.ts#L64
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverPartnerContract.ts#L66
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverPortals.ts#L310
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverVanilla.ts#L63
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/vaults/hooks/useSolverWido.ts#L209
Argument of type '{ connector: Connector<any, any> | undefined; tokenAddress: `0x${string}`; spenderAddress: `0x${string}`; }' is not assignable to parameter of type 'TAllowanceOf'.
|
apps/veyfi/components/ClaimTab.tsx#L37
Argument of type '{ connector: Connector<any, any> | undefined; chainID: number; contractAddress: `0x${string}` | undefined; statusHandler: Dispatch<SetStateAction<{ none: boolean; pending: boolean; success: boolean; error: boolean; }>>; }' is not assignable to parameter of type 'TWriteTransaction'.
|
apps/veyfi/components/GaugesTab.tsx#L51
Argument of type '{ connector: Connector<any, any> | undefined; chainID: number; contractAddress: `0x${string}`; vaultAddress: `0x${string}`; amount: bigint; statusHandler: Dispatch<SetStateAction<{ none: boolean; pending: boolean; success: boolean; error: boolean; }>>; }' is not assignable to parameter of type 'TApproveAndStake'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading