feat: Implemented getLimits
This commit is contained in:
@@ -33,6 +33,8 @@ contract IntegralSwapAdapter is ISwapAdapter {
|
|||||||
/// @inheritdoc ISwapAdapter
|
/// @inheritdoc ISwapAdapter
|
||||||
function getLimits(bytes32 poolId, IERC20 sellToken, IERC20 buyToken)
|
function getLimits(bytes32 poolId, IERC20 sellToken, IERC20 buyToken)
|
||||||
external
|
external
|
||||||
|
view
|
||||||
|
override
|
||||||
returns (uint256[] memory limits)
|
returns (uint256[] memory limits)
|
||||||
{
|
{
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user