linted
This commit is contained in:
@@ -28,7 +28,7 @@ library Deploy {
|
||||
) internal returns (PartyPool) {
|
||||
return new PartyPool(name_, symbol_, tokens_, bases_, _kappa, _swapFeePpm, _flashFeePpm, _stable,
|
||||
new PartyPoolSwapMintImpl(),
|
||||
address(new PartyPoolMintImpl())
|
||||
new PartyPoolMintImpl()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user