diff --git a/evm/src/interfaces/ISwapAdapterV2.sol b/evm/src/interfaces/ISwapAdapterV2.sol index a78b44d..d5288ac 100644 --- a/evm/src/interfaces/ISwapAdapterV2.sol +++ b/evm/src/interfaces/ISwapAdapterV2.sol @@ -35,6 +35,8 @@ interface ISwapAdapterV2 is ISwapAdapterTypes { /// @param sellToken The token being sold. /// @param buyToken The token being bought. /// @param specifiedAmounts Amounts to calculate marginal prices at. + /// @param data Any additional data required, that does not fit the + /// interface. /// @return prices array of prices as fractions corresponding to the /// provided amounts. function price(