diff --git a/stack_orchestrator/deploy/webapp/publish_webapp_deployer.py b/stack_orchestrator/deploy/webapp/publish_webapp_deployer.py index 688fc920..07e78e63 100644 --- a/stack_orchestrator/deploy/webapp/publish_webapp_deployer.py +++ b/stack_orchestrator/deploy/webapp/publish_webapp_deployer.py @@ -53,9 +53,9 @@ from stack_orchestrator.deploy.webapp.util import LaconicRegistryClient ) @click.option( "--min-atom-payment", - help="List the minimum required payment (in ATOM) to process a deployment request.", - default=1, - type=float, + help="List the minimum required payment (in uatom) to process a deployment request.", + default="1000000uatom", + type=str, ) @click.option( "--dry-run",