fix misprint

This commit is contained in:
user 2024-06-09 20:08:18 +03:00
parent b434447aef
commit 7b8b45295a
1 changed files with 3 additions and 1 deletions

View File

@ -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'));