From 0ec70274678186f8def70100c834031e012183c9 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 --- stack-orchestrator/stacks/testnet-laconicd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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