Closed p0mvn closed 2 years ago
Currently (0.0.8), it is only possible to execute messages by contract name:
0.0.8
USAGE: beaker wasm execute [OPTIONS] <CONTRACT_NAME> ARGS: <CONTRACT_NAME>
As a contract developer, I would like the ability to execute messages by code id so that I can have multiple versions of a contract with the same name deployed on a localnet to simplify debugging.
Seems that I can do this by providing --label flag so my request might be obsolete
--label
Background
Currently (
0.0.8
), it is only possible to execute messages by contract name:As a contract developer, I would like the ability to execute messages by code id so that I can have multiple versions of a contract with the same name deployed on a localnet to simplify debugging.
A/C