PartyPoolView
This commit is contained in:
@@ -7,6 +7,7 @@ import {PartyPool} from "./PartyPool.sol";
|
||||
import {PartyPoolBalancedPair} from "./PartyPoolBalancedPair.sol";
|
||||
import {PartyPoolMintImpl} from "./PartyPoolMintImpl.sol";
|
||||
import {PartyPoolSwapImpl} from "./PartyPoolSwapImpl.sol";
|
||||
import {PartyPoolView} from "./PartyPoolView.sol";
|
||||
|
||||
library Deploy {
|
||||
|
||||
@@ -62,4 +63,8 @@ library Deploy {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
function newViewer() internal returns (PartyPoolView) {
|
||||
return new PartyPoolView(new PartyPoolSwapImpl(), new PartyPoolMintImpl());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user