records wants string

zach/atom-payments
zramsay 2025-05-02 14:12:31 -04:00
parent 87251ba65b
commit 25dce3f051
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ from stack_orchestrator.deploy.webapp.util import LaconicRegistryClient
) )
@click.option( @click.option(
"--min-atom-payment", "--min-atom-payment",
help="List the minimum required payment (in ATOM) to process a deployment request.", help="List the minimum required payment (in uatom) to process a deployment request.",
default=1, default="1000000uatom",
type=float, type=str,
) )
@click.option( @click.option(
"--dry-run", "--dry-run",