Hi there, I'm a getting numerous errors in the following scripts: OnChainLiquidator.sol, LiquidateUnderWaterBorrowers.ts, and index.ts.
The main issues are VS Code can't find specific modules, especially "from build/types" in the OnChainLiquidator smart contract, the errors are multiple "Expected indentation of 4 spaces but found 32 [indent]" , multiple "line 33:68 extraneous input ')' expecting {';', '='} and " line 63:29 extraneous input 'balancerVault' expecting {';', '='}". If anyone can help me with these and re-format the scripts and fix all of the issues, then that would be very helpful. Thank you.
Hi there, I'm a getting numerous errors in the following scripts: OnChainLiquidator.sol, LiquidateUnderWaterBorrowers.ts, and index.ts.
The main issues are VS Code can't find specific modules, especially "from build/types" in the OnChainLiquidator smart contract, the errors are multiple "Expected indentation of 4 spaces but found 32 [indent]" , multiple "line 33:68 extraneous input ')' expecting {';', '='} and " line 63:29 extraneous input 'balancerVault' expecting {';', '='}". If anyone can help me with these and re-format the scripts and fix all of the issues, then that would be very helpful. Thank you.