trade incentive contract && deployV2 script fix

This commit is contained in:
owen05
2021-01-05 18:01:51 +08:00
parent 1bc41f9a61
commit cfe9ae67db
5 changed files with 326 additions and 81 deletions

View File

@@ -171,7 +171,6 @@ module.exports = async (deployer, network, accounts) => {
baseInAmount,
0,
POOL_PARAM[i].lpFeeRate,
POOL_PARAM[i].mtFeeRate,
POOL_PARAM[i].i,
POOL_PARAM[i].k,
deadline
@@ -187,7 +186,6 @@ module.exports = async (deployer, network, accounts) => {
baseInAmount,
quoteInAmount,
POOL_PARAM[i].lpFeeRate,
POOL_PARAM[i].mtFeeRate,
POOL_PARAM[i].i,
POOL_PARAM[i].k,
deadline