solution to this error: 'updated config is invalid: client config invalid: chain-id is empty'
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 41s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m6s
Deploy Test / Run deploy test suite (pull_request) Successful in 6m47s
Smoke Test / Run basic test suite (pull_request) Successful in 6m59s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 11m20s

This commit is contained in:
zramsay 2024-03-27 20:36:20 +00:00
parent 590d254ca8
commit 17d70c3a36

View File

@ -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