osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

beaker wasm instantiate is missing the admin option #58

Closed daniel-farina closed 2 years ago

daniel-farina commented 2 years ago

I believe we need beaker wasm instantiate to support admin since it's required during the contract upgrade process.

This was pointed out in the source code here: https://github.com/osmosis-labs/beaker/blob/fd6d200ab513c4c68d97231fefb430640c9a6cd1/packages/cli/src/modules/wasm/ops/instantiate.rs#L48

Just calling it out as a blocker for mainnet deployments as contracts would become immutable without an admin.