testPriceFuzzIntegral

This commit is contained in:
mp-web3
2023-12-21 18:29:02 +01:00
parent 87193425a8
commit 6c3eeff329
2 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
// SPDX-License-Identifier: AGPL-3.0-or-later
pragma solidity ^0.8.13;
@@ -569,3 +570,4 @@ interface ITwapPair is ITwapERC20, IReserves {
function getDepositAmount1In(uint256 amount1, bytes calldata data) external view returns (uint256 depositAmount1In);
}
*/