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