unchange FeeRateModel

This commit is contained in:
tracy
2022-04-21 17:09:18 +08:00
committed by owen05
parent a1a51d9b5a
commit 57742ae7fc
3 changed files with 6 additions and 9 deletions

View File

@@ -90,7 +90,8 @@ interface IDODOV2 {
address[] memory tokens,
uint256[] memory timeLine,
uint256[] memory valueList,
bool[] memory switches
bool[] memory switches,
int globalQuota
) external;
function bid(address to) external;