Skip alps allocation in initialization script
Some checks failed
Integration Tests / test-integration (pull_request) Failing after 1m29s
Unit Tests / test-unit (pull_request) Successful in 1m39s
E2E Tests / test-e2e (pull_request) Failing after 1m51s
SDK Tests / sdk_tests (pull_request) Failing after 3m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 3m26s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 3m26s
Some checks failed
Integration Tests / test-integration (pull_request) Failing after 1m29s
Unit Tests / test-unit (pull_request) Successful in 1m39s
E2E Tests / test-e2e (pull_request) Failing after 1m51s
SDK Tests / sdk_tests (pull_request) Failing after 3m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 3m26s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 3m26s
This commit is contained in:
parent
9dc06632a6
commit
c409532f67
@ -6,8 +6,6 @@ KEY="alice"
|
||||
CHAINID=${CHAINID:-"laconic_9000-1"}
|
||||
MONIKER=${MONIKER:-"localtestnet"}
|
||||
KEYRING=${KEYRING:-"test"}
|
||||
ALPS_DENOM=${ALPS_DENOM:-"alps"}
|
||||
ALPS_BALANCE=${ALPS_BALANCE:-"1000000000000000000000000000000"} # 10^32 alps | 10^12 lps
|
||||
DENOM=${DENOM:-"alnt"}
|
||||
BALANCE=${BALANCE:-"1000000000000000000000000000000"} # 10^32 alnt
|
||||
STAKING_AMOUNT=${STAKING_AMOUNT:-"1000000000000000"} # 10^15 alnt
|
||||
@ -123,7 +121,7 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data" ]; then
|
||||
fi
|
||||
|
||||
# Allocate genesis accounts (cosmos formatted addresses)
|
||||
laconicd genesis add-genesis-account $KEY $ALPS_BALANCE$ALPS_DENOM,$BALANCE$DENOM --keyring-backend $KEYRING
|
||||
laconicd genesis add-genesis-account $BALANCE$DENOM --keyring-backend $KEYRING
|
||||
|
||||
# Sign genesis transaction
|
||||
laconicd genesis gentx $KEY $STAKING_AMOUNT$DENOM --keyring-backend $KEYRING --chain-id $CHAINID
|
||||
|
Loading…
Reference in New Issue
Block a user