Fix balancer price and capabilities

This commit is contained in:
Louise Poole
2024-04-15 16:18:48 +01:00
parent 8ba2c753d5
commit 98857be305
4 changed files with 5 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ interface ISwapAdapter is ISwapAdapterTypes {
address sellToken,
address buyToken,
uint256[] memory specifiedAmounts
) external view returns (Fraction[] memory prices);
) external returns (Fraction[] memory prices);
/**
* @notice Simulates swapping tokens on a given pool.