From c718f82d46c596d3881c0a8c78a7a8c68592e8d2 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 30 Jul 2024 07:42:29 -0600 Subject: [PATCH] Change currency symbol --- .../data/stacks/mainnet-laconic/deploy/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py b/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py index e4c48cc0..f2cbe9a4 100644 --- a/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py +++ b/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py @@ -161,7 +161,7 @@ def setup(command_context: DeployCommandContext, parameters: LaconicStackSetupCo options = opts.o - currency = "photon" # Does this need to be a parameter? + currency = "alnt" # Does this need to be a parameter? if options.debug: print(f"parameters: {parameters}")