forked from cerc-io/stack-orchestrator
solution to this error: 'updated config is invalid: client config invalid: chain-id is empty'
This commit is contained in:
@@ -21,8 +21,8 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconic2d/data/blockstore.db" ]; then
|
||||
make install
|
||||
fi
|
||||
|
||||
laconic2d config set client keyring-backend $KEYRING
|
||||
laconic2d config set client chain-id $CHAINID
|
||||
laconic2d config set client keyring-backend $KEYRING
|
||||
|
||||
# if $KEY exists it should be deleted
|
||||
laconic2d keys add $KEY --keyring-backend $KEYRING
|
||||
|
||||
Reference in New Issue
Block a user