Provide enough stake to accounts for depositing on a proposal

This commit is contained in:
Simon Warta
2021-07-27 17:26:08 +02:00
parent a264c25c74
commit ba9facfab0
27 changed files with 114 additions and 95 deletions
+2 -2
View File
@@ -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"