update deploy script

This commit is contained in:
tracy
2022-04-22 16:05:36 +08:00
committed by owen05
parent 57742ae7fc
commit 2f5b3ca61c
4 changed files with 45 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ import {DecimalMath} from "../lib/DecimalMath.sol";
import {FeeRateModel} from "../lib/FeeRateModel.sol";
interface IFeeRateImpl {
function getFeeRate(address pool, address trader) external view returns (uint256);
function addCpPoolInfo(address cpPool, address quoteToken, int globalQuota, address feeAddr, address quotaAddr) external;
}