From 25dce3f051f6b76c0220cd5e61956a368fc2da79 Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 2 May 2025 14:12:31 -0400 Subject: [PATCH] records wants string --- stack_orchestrator/deploy/webapp/publish_webapp_deployer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",