Skip to content

Commit

Permalink
reduced number of tokens faucet gets and gave the team some trb to st…
Browse files Browse the repository at this point in the history
…art (#396)
  • Loading branch information
CJPotter10 authored Oct 24, 2024
1 parent e70f901 commit b7fe258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion start_scripts/start_chain_six_vals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,14 @@ done

# Create a tx to give faucet loyas to have on hold to give to users
echo "Adding genesis account for faucet..."
./layerd genesis add-genesis-account tellor19d90wqftqx34khmln36zjdswm9p2aqawq2t3vp 1000000000000000000000000000loya --home ~/.layer/luke
./layerd genesis add-genesis-account tellor19d90wqftqx34khmln36zjdswm9p2aqawq2t3vp 1000000000000loya --home ~/.layer/luke

echo "Add team address to genesis..."
./layerd genesis add-team-account tellor18wjwgr0j8pv4ektdaxvzsykpntdylftwz8ml97 --home ~/.layer/luke

echo "add tokens to team account"
./layerd genesis add-genesis-account tellor18wjwgr0j8pv4ektdaxvzsykpntdylftwz8ml97 1000000000loya --home ~/.layer/luke

for name in luke yoda obi_wan darth_vader palpatine darth_maul; do
echo "Creating gentx for $name....."
ADDRESS=$(./layerd keys show $name -a --keyring-backend $KEYRING_BACKEND --home ~/.layer/$name)
Expand Down Expand Up @@ -178,6 +181,7 @@ sed -i '' "s/^persistent_peers = \"\"/persistent_peers = \"$DARTH_VADER_PEERS\"/
sed -i '' "s/^persistent_peers = \"\"/persistent_peers = \"$PALPATINE_PEERS\"/g" ~/.layer/palpatine/config/config.toml
sed -i '' "s/^persistent_peers = \"\"/persistent_peers = \"$DARTH_MAUL_PEERS\"/g" ~/.layer/darth_maul/config/config.toml

echo "Luke Peers: $LUKE_PEERS"

# Below is the start command we use when wanting to start the node with the reporter daemon turned on
# ./layerd start --home $LAYERD_NODE_HOME --api.enable --api.swagger --panic-on-daemon-failure-enabled=false

0 comments on commit b7fe258

Please sign in to comment.