fix for 'updated config is invalid: client config invalid: chain-id is empty'
All checks were successful
Build / build (pull_request) Successful in 2m50s
Lint / Run golangci-lint (pull_request) Successful in 5m3s
Integration Tests / test-integration (pull_request) Successful in 2m42s
E2E Tests / test-e2e (pull_request) Successful in 4m1s
Unit Tests / test-unit (pull_request) Successful in 2m58s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m55s
SDK Tests / sdk_tests (pull_request) Successful in 10m26s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 12m44s
All checks were successful
Build / build (pull_request) Successful in 2m50s
Lint / Run golangci-lint (pull_request) Successful in 5m3s
Integration Tests / test-integration (pull_request) Successful in 2m42s
E2E Tests / test-e2e (pull_request) Successful in 4m1s
Unit Tests / test-unit (pull_request) Successful in 2m58s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m55s
SDK Tests / sdk_tests (pull_request) Successful in 10m26s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 12m44s
This commit is contained in:
parent
1956161316
commit
5b6e41d487
@ -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