add dynamic tests #47
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/leverage/interfaces/IParaswapSellAdapter.sol#L4
imported name IPoolAddressesProvider is not used
|
src/leverage/interfaces/IParaswapSellAdapter.sol#L5
imported name IPool is not used
|
src/leverage/ParaswapSellAdapter.sol#L78
Return value 'bool' in function 'executeOperation' must be named
|
src/leverage/ParaswapSellAdapter.sol#L79
'asset' should start with _
|
src/leverage/ParaswapSellAdapter.sol#L80
'amount' should start with _
|
src/leverage/ParaswapSellAdapter.sol#L81
'premium' should start with _
|
src/leverage/ParaswapSellAdapter.sol#L82
'initiator' should start with _
|
src/leverage/ParaswapSellAdapter.sol#L82
Variable "initiator" is unused
|
src/leverage/ParaswapSellAdapter.sol#L83
'params' should start with _
|
src/leverage/ParaswapSellAdapter.sol#L85
Variable "_sellParams" is unused
|
This job succeeded
Loading