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: #12 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
parent
fb7f074059
commit
81a3141db4
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user