Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh 47 #763

Merged
merged 14 commits into from
May 10, 2023
Prev Previous commit
Next Next commit
fixed dockernet typos (#754)
  • Loading branch information
sampocs authored May 4, 2023
commit 2c406549d8c91ebd483896e0973cb37d025fff05
26 changes: 16 additions & 10 deletions dockernet/config.sh
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ TX_LOGS=$DOCKERNET_HOME/logs/tx.log
KEYS_LOGS=$DOCKERNET_HOME/logs/keys.log

# List of hosts enabled
HOST_CHAINS=(EVMOS)
HOST_CHAINS=()

# If no host zones are specified above:
# `start-docker` defaults to just GAIA if HOST_CHAINS is empty
@@ -39,19 +39,19 @@ UPGRADE_NAME=""
UPGRADE_OLD_COMMIT_HASH=""

# DENOMS
STRD_DENOM="ustrd"
ATOM_DENOM="uatom"
JUNO_DENOM="ujuno"
OSMO_DENOM="uosmo"
STRD_DENOM="ustrd"
STARS_DENOM="ustars"
WALK_DENOM="uwalk"
EVMOS_DENOM="aevmos"
STATOM_DENOM="stuatom"
STJUNO_DENOM="stujuno"
STOSMO_DENOM="stuosmo"
STSTARS_DENOM="stustars"
EVMOS_DENOM="aevmos"
STEVMOS_DENOM="staevmos"
STWALK_DENOM="stuwalk"
STEVMOS_DENOM="staevmos"

IBC_STRD_DENOM='ibc/FF6C2E86490C1C4FBBD24F55032831D2415B9D7882F85C3CC9C2401D79362BEA'

@@ -253,14 +253,21 @@ RELAYER_OSMO_ACCT=rly4
RELAYER_STARS_ACCT=rly5
RELAYER_HOST_ACCT=rly6
RELAYER_EVMOS_ACCT=rly7
RELAYER_ACCTS=($RELAYER_GAIA_ACCT $RELAYER_JUNO_ACCT $RELAYER_OSMO_ACCT $RELAYER_STARS_ACCT $RELAYER_HOST_ACCT $RELAYER_EVMOS_ACCT)
RELAYER_ACCTS=(
$RELAYER_GAIA_ACCT
$RELAYER_JUNO_ACCT
$RELAYER_OSMO_ACCT
$RELAYER_STARS_ACCT
$RELAYER_HOST_ACCT
$RELAYER_EVMOS_ACCT
)

RELAYER_EVMOS_MNEMONIC="science depart where tell bus ski laptop follow child bronze rebel recall brief plug razor ship degree labor human series today embody fury harvest"
RELAYER_GAIA_MNEMONIC="fiction perfect rapid steel bundle giant blade grain eagle wing cannon fever must humble dance kitchen lazy episode museum faith off notable rate flavor"
RELAYER_JUNO_MNEMONIC="kiwi betray topple van vapor flag decorate cement crystal fee family clown cry story gain frost strong year blanket remain grass pig hen empower"
RELAYER_OSMO_MNEMONIC="unaware wine ramp february bring trust leaf beyond fever inside option dilemma save know captain endless salute radio humble chicken property culture foil taxi"
RELAYER_STARS_MNEMONIC="deposit dawn erosion talent old broom flip recipe pill hammer animal hill nice ten target metal gas shoe visual nephew soda harbor child simple"
RELAYER_HOST_MNEMONIC="renew umbrella teach spoon have razor knee sock divert inner nut between immense library inhale dog truly return run remain dune virus diamond clinic"
RELAYER_EVMOS_MNEMONIC="science depart where tell bus ski laptop follow child bronze rebel recall brief plug razor ship degree labor human series today embody fury harvest"
RELAYER_MNEMONICS=(
"$RELAYER_GAIA_MNEMONIC"
"$RELAYER_JUNO_MNEMONIC"
@@ -287,13 +294,12 @@ OSMO_ADDRESS() {
STARS_ADDRESS() {
$STARS_MAIN_CMD keys show ${STARS_VAL_PREFIX}1 --keyring-backend test -a
}
EVMOS_ADDRESS() {
$EVMOS_MAIN_CMD keys show ${EVMOS_VAL_PREFIX}1 --keyring-backend test -a
}

HOST_ADDRESS() {
$HOST_MAIN_CMD keys show ${HOST_VAL_PREFIX}1 --keyring-backend test -a
}
EVMOS_ADDRESS() {
$EVMOS_MAIN_CMD keys show ${EVMOS_VAL_PREFIX}1 --keyring-backend test -a
}

CSLEEP() {
for i in $(seq $1); do
4 changes: 2 additions & 2 deletions dockernet/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -188,12 +188,12 @@ services:
evmos3:
image: stridezone:evmos
volumes:
- ./state/evmos2:/home/evmos/.evmosd
- ./state/evmos3:/home/evmos/.evmosd

evmos4:
image: stridezone:evmos
volumes:
- ./state/evmos2:/home/evmos/.evmosd
- ./state/evmos4:/home/evmos/.evmosd

evmos5:
image: stridezone:evmos