Skip to content

Commit

Permalink
chore: add clarifying comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Oct 12, 2023
1 parent 227a969 commit bd5abf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/testnet/config_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LINUX_BIN=$(git rev-parse --show-toplevel)/build/seda-chaind-linux # linux versi
# Validators
# NOTE: Assumes 26656 port for p2p communication
# NOTE: Assumes user is ec2-user
# NOTE: The setup node script assumes ami-0a1ab4a3fcf997a9d
IPS=(
"xx.xx.xx.xx"
"xx.xx.xx.xx"
Expand All @@ -32,6 +33,8 @@ SSH_KEY=~/.ssh/id_rsa # key used for ssh


# Genesis acoounts addresses
# NOTE: The script will create operators of the nodes defined above and
# add them as genesis accounts in addition to the ones defined below.
GENESIS_ADDRESSES=(
"seda..."
"seda..."
Expand Down

0 comments on commit bd5abf0

Please sign in to comment.