scripts: Make launchpad CW1 contract mutable
This commit is contained in:
parent
fbc5e0660a
commit
c274594935
@ -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, {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user