Fix default moniker config in laconicd stack (#12)

Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) and cerc-io/laconicd#51

Reviewed-on: cerc-io/fixturenet-laconicd-stack#12
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
Nabarun 2024-08-10 06:39:45 +00:00 committed by ashwin
parent fb7f074059
commit 81a3141db4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
AUTHORITY_AUCTION_REVEALS_DURATION: ${AUTHORITY_AUCTION_REVEALS_DURATION}
AUTHORITY_GRACE_PERIOD: ${AUTHORITY_GRACE_PERIOD}
GENESIS_FILE: /var/tmp/genesis.json
MONIKER: ${MONIKER:-"localtestnet"}
MONIKER: ${MONIKER:-localtestnet}
volumes:
- laconicd-data:/root/.laconicd
- genesis-config:/var/tmp

View File

@ -196,5 +196,5 @@ laconic-so deployment --dir laconic-console-deployment start
laconic-so deployment --dir fixturenet-laconicd-deployment stop --delete-volumes
# Remove deployment directory (deployment will have to be recreated for a re-run)
rm -r fixturenet-laconicd-deployment
sudo rm -r fixturenet-laconicd-deployment
```