scripts: Make launchpad CW1 contract mutable

This commit is contained in:
willclarktech
2020-11-27 13:20:58 +00:00
parent fbc5e0660a
commit c274594935
+1 -1
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, {