scripts: Make launchpad CW1 contract mutable

This commit is contained in:
willclarktech 2020-11-27 12:18:19 +00:00
parent fbc5e0660a
commit c274594935
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -30,7 +30,7 @@ async function main() {
const initMsg = {
admins: [alice.address0],
mutable: false,
mutable: true,
};
const label = "Subkey test";
const { contractAddress } = await client.instantiate(uploadReceipt.codeId, initMsg, label, {