Skip to content

Commit 97146fe

Browse files
committed
updating other scripts
1 parent 6432487 commit 97146fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/profile_deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function main() {
2121
const wallet = await accountManager.getWallet();
2222
const address = await accountManager.getAddress();
2323

24-
const profileTx = await EasyPrivateVotingContract.deploy(wallet, address).profile({ profileMode: "full"});
24+
const profileTx = await EasyPrivateVotingContract.deploy(wallet, address).profile({ profileMode: "full", from: address });
2525
console.dir(profileTx, { depth: 2 });
2626
}
2727

0 commit comments

Comments
 (0)