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

This commit is contained in:
Prathamesh Musale 2024-10-21 18:49:40 +05:30
parent 07b79a5175
commit db39bd367b

View File

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