Use alnt token in bond creation example

This commit is contained in:
Prathamesh Musale 2024-08-13 18:58:21 +05:30
parent f8934ebdfe
commit 74e86df7d2
2 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@
cat <<EOF > stage0-deployment/config.env cat <<EOF > stage0-deployment/config.env
# Set to true to enable adding participants functionality of the onboarding module # Set to true to enable adding participants functionality of the onboarding module
ONBOARDING_ENABLED=true ONBOARDING_ENABLED=true
# A custom human readable name for this node # A custom human readable name for this node
MONIKER=LaconicStage0 MONIKER=LaconicStage0
EOF EOF
@ -625,7 +625,7 @@
```bash ```bash
network: network:
ports: ports:
laconic-console: console:
- '127.0.0.1:4001:80' - '127.0.0.1:4001:80'
``` ```

View File

@ -277,7 +277,7 @@ laconic-so deployment --dir laconic-console-deployment start
```bash ```bash
# Example # 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 ## Clean up