fix app bug #4
Annotations
10 errors and 1 warning
build-and-deploy
'SwapForm' is declared but its value is never read.
|
build-and-deploy
'DepositLiquidityForm' is declared but its value is never read.
|
build-and-deploy
'LendForm' is declared but its value is never read.
|
build-and-deploy
'RedeemForm' is declared but its value is never read.
|
build-and-deploy
'InitPoolForm' is declared but its value is never read.
|
build-and-deploy
Argument of type 'PoolInfo' is not assignable to parameter of type '{ pubkey: string; amm: string; mintA: string; mintB: string; }'.
|
build-and-deploy
Cannot find module '../utils/createLendingPool' or its corresponding type declarations.
|
build-and-deploy
Argument of type '{ poolPda: PublicKey; poolAuthorityPda: PublicKey; liquidityMintPda: PublicKey; poolAccountA: PublicKey; poolAccountB: PublicKey; ... 7 more ...; lendingPoolAccountB: PublicKey; } | undefined' is not assignable to parameter of type 'SetStateAction<string>'.
|
build-and-deploy
Argument of type '{ poolPda: PublicKey; lendingPoolAuthorityPda: PublicKey; lenderLendingBlockHeightMint: PublicKey; borrowerBorrowBlockHeightMint: PublicKey; ... 4 more ...; lendingPoolAccountB: PublicKey; } | undefined' is not assignable to parameter of type 'string'.
|
build-and-deploy
'SwapForm' is declared but its value is never read.
|
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|