solution to this error: 'updated config is invalid: client config invalid: chain-id is empty'

zach/fixturenet-2d
zramsay 2024-03-27 20:36:20 +00:00
parent 590d254ca8
commit 17d70c3a36
1 changed files with 1 additions and 1 deletions

View File

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