From ece94cfb69f106f0d62d48ec8a7bcd63da2642f2 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 13 Aug 2024 18:58:21 +0530 Subject: [PATCH] Use alnt token in bond creation example --- ops/deployments-from-scratch.md | 4 ++-- .../config/laconic-console/cli/create-config.sh | 2 +- stack-orchestrator/stacks/testnet-laconicd/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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/config/laconic-console/cli/create-config.sh b/stack-orchestrator/config/laconic-console/cli/create-config.sh index a57ef0d..1442eff 100755 --- a/stack-orchestrator/config/laconic-console/cli/create-config.sh +++ b/stack-orchestrator/config/laconic-console/cli/create-config.sh @@ -13,7 +13,7 @@ services: registry: rpcEndpoint: ${CERC_LACONICD_RPC_ENDPOINT} gqlEndpoint: ${CERC_LACONICD_GQL_ENDPOINT} - userKey: ${CERC_LACONICD_USER_KEY} + userKey: "${CERC_LACONICD_USER_KEY}" bondId: ${CERC_LACONICD_BOND_ID} chainId: ${CERC_LACONICD_CHAIN_ID} gas: ${CERC_LACONICD_GAS} diff --git a/stack-orchestrator/stacks/testnet-laconicd/README.md b/stack-orchestrator/stacks/testnet-laconicd/README.md index c0d52bd..8edc70f 100644 --- a/stack-orchestrator/stacks/testnet-laconicd/README.md +++ b/stack-orchestrator/stacks/testnet-laconicd/README.md @@ -266,7 +266,7 @@ laconic-so deployment --dir laconic-console-deployment start # services: # registry: # ... - # userKey: + # userKey: "" # ... # Note: any changes made to the config will be lost when the cli Docker container is brought down @@ -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