Provide enough stake to accounts for depositing on a proposal
This commit is contained in:
@@ -12,8 +12,8 @@ MONIKER=${MONIKER:-simd-moniker}
|
||||
STAKE=${STAKE_TOKEN:-ustake}
|
||||
FEE=${FEE_TOKEN:-ucosm}
|
||||
|
||||
# 10 STAKE and 1000 COSM
|
||||
START_BALANCE="10000000$STAKE,1000000000$FEE"
|
||||
# 2000 STAKE and 1000 COSM
|
||||
START_BALANCE="2000000000$STAKE,1000000000$FEE"
|
||||
|
||||
echo "Creating genesis ..."
|
||||
simd init --chain-id "$CHAIN_ID" "$MONIKER"
|
||||
|
||||
Reference in New Issue
Block a user