diff --git a/ops/deployments-from-scratch.md b/ops/deployments-from-scratch.md index 18e9a7b..58dcf12 100644 --- a/ops/deployments-from-scratch.md +++ b/ops/deployments-from-scratch.md @@ -99,7 +99,7 @@ cat < stage0-deployment/config.env # Set to true to enable adding participants functionality of the onboarding module ONBOARDING_ENABLED=true - + # A custom human readable name for this node MONIKER=LaconicStage0 EOF @@ -625,7 +625,7 @@ ```bash network: ports: - laconic-console: + console: - '127.0.0.1:4001:80' ``` diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index c0d52bd..81dbb7f 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -277,7 +277,7 @@ laconic-so deployment --dir laconic-console-deployment start ```bash # Example - laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type photon --quantity 1000000000000" + laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type alnt --quantity 1000000000000" ``` ## Clean up