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:
parent
590d254ca8
commit
17d70c3a36
@ -21,8 +21,8 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconic2d/data/blockstore.db" ]; then
|
|||||||
make install
|
make install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
laconic2d config set client keyring-backend $KEYRING
|
|
||||||
laconic2d config set client chain-id $CHAINID
|
laconic2d config set client chain-id $CHAINID
|
||||||
|
laconic2d config set client keyring-backend $KEYRING
|
||||||
|
|
||||||
# if $KEY exists it should be deleted
|
# if $KEY exists it should be deleted
|
||||||
laconic2d keys add $KEY --keyring-backend $KEYRING
|
laconic2d keys add $KEY --keyring-backend $KEYRING
|
||||||
|
Loading…
Reference in New Issue
Block a user