Closed daniel-farina closed 2 years ago
I believe we need beaker wasm instantiate to support admin since it's required during the contract upgrade process.
beaker wasm instantiate
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.
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.