fix misprint
This commit is contained in:
parent
b434447aef
commit
7b8b45295a
|
|
@ -29,8 +29,10 @@ export async function run(provider: NetworkProvider) {
|
|||
dataCorrect = await promptBool('Is everything ok?(y/n)', ['y','n'], ui);
|
||||
} while(!dataCorrect);
|
||||
|
||||
let memCode = await compile('SignatureMemContract');
|
||||
|
||||
const lotteryContract = UniversalWalletContract.createFromConfig({
|
||||
admin, publicKey: publicKeyBuffer, subwalletId
|
||||
admin, publicKey: publicKeyBuffer, subwalletId, memCode
|
||||
}, await compile('UniversalWalletContract'));
|
||||
|
||||
await provider.deploy(lotteryContract, toNano('0.03'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue