feat: Implemented getLimits

This commit is contained in:
domenicodev
2023-12-14 16:59:40 +01:00
parent 4e519cf213
commit ed8166fc95

View File

@@ -33,6 +33,8 @@ contract IntegralSwapAdapter is ISwapAdapter {
/// @inheritdoc ISwapAdapter
function getLimits(bytes32 poolId, IERC20 sellToken, IERC20 buyToken)
external
view
override
returns (uint256[] memory limits)
{
(