balanced pair optimization
This commit is contained in:
@@ -36,7 +36,7 @@ contract DeployMock is Script {
|
||||
int128 _targetSlippage = ABDKMath64x64.divu(1,10000);
|
||||
uint256 _feePpm = 100;
|
||||
|
||||
IPartyPool pool = new PartyPool(name, symbol, tokens, _bases, _tradeFrac, _targetSlippage, _feePpm, _feePpm);
|
||||
IPartyPool pool = new PartyPool(name, symbol, tokens, _bases, _tradeFrac, _targetSlippage, _feePpm, _feePpm, false);
|
||||
|
||||
// initial mint
|
||||
mintAll(address(pool), 10_000);
|
||||
|
||||
Reference in New Issue
Block a user