CREATE2 callback validation; init code storage contracts
This commit is contained in:
@@ -19,7 +19,7 @@ contract PartyPoolMintImpl is PartyPoolBase {
|
||||
using LMSRStabilized for LMSRStabilized.State;
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
constructor(NativeWrapper wrapper_) PartyPoolBase(wrapper_) {}
|
||||
constructor(NativeWrapper wrapper_) {WRAPPER = wrapper_;}
|
||||
|
||||
//
|
||||
// Initialization Mint
|
||||
|
||||
Reference in New Issue
Block a user