Update comment
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 3m12s
Build / build (pull_request) Successful in 3m30s
E2E Tests / test-e2e (pull_request) Successful in 4m49s
Unit Tests / test-unit (pull_request) Successful in 2m21s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m51s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 15m37s
SDK Tests / sdk_tests (pull_request) Successful in 20m26s
All checks were successful
Integration Tests / test-integration (pull_request) Successful in 3m12s
Build / build (pull_request) Successful in 3m30s
E2E Tests / test-e2e (pull_request) Successful in 4m49s
Unit Tests / test-unit (pull_request) Successful in 2m21s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 9m51s
SDK Tests / sdk_tests_authority_auctions (pull_request) Successful in 15m37s
SDK Tests / sdk_tests (pull_request) Successful in 20m26s
This commit is contained in:
parent
07b79a5175
commit
db39bd367b
@ -30,7 +30,7 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data" ]; then
|
||||
# if $KEY exists it should be deleted
|
||||
laconicd keys add $KEY --keyring-backend $KEYRING
|
||||
|
||||
# Set moniker and chain-id for Ethermint (Moniker can be anything, chain-id must be an integer)
|
||||
# Set moniker and chain-id
|
||||
laconicd init $MONIKER --chain-id $CHAINID --default-denom $DENOM
|
||||
|
||||
if [[ -f ${input_genesis_file} ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user