diff --git a/scripts/launchpad/deploy_cw3.js b/scripts/launchpad/deploy_cw3.js index 411f4837..38efddab 100755 --- a/scripts/launchpad/deploy_cw3.js +++ b/scripts/launchpad/deploy_cw3.js @@ -75,6 +75,12 @@ async function main() { memo: `Create a CW3 instance for ${initMsg.symbol}`, admin: admin, }); + await client.sendTokens(contractAddress, [ + { + amount: "1000", + denom: "ucosm", + }, + ]); console.info(`Contract instantiated for ${label} at ${contractAddress}`); } }