From c274594935f893ae47b8e048bfaf3af483ccdad9 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Fri, 27 Nov 2020 12:18:19 +0000 Subject: [PATCH] scripts: Make launchpad CW1 contract mutable --- scripts/launchpad/deploy_cw1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launchpad/deploy_cw1.js b/scripts/launchpad/deploy_cw1.js index 58de9bec..5a29333d 100755 --- a/scripts/launchpad/deploy_cw1.js +++ b/scripts/launchpad/deploy_cw1.js @@ -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, {