Skip to content

Commit

Permalink
add osmo to default dockernet host chains
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Dec 24, 2024
1 parent bf2d024 commit e21786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockernet/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ACCESSORY_CHAINS=()
if [[ "${ALL_HOST_CHAINS:-false}" == "true" ]]; then
HOST_CHAINS=(GAIA EVMOS HOST)
elif [[ "${#HOST_CHAINS[@]}" == "0" ]]; then
HOST_CHAINS=(GAIA)
HOST_CHAINS=(GAIA OSMO)
fi
REWARD_CONVERTER_HOST_ZONE=${HOST_CHAINS[0]}

Expand Down

0 comments on commit e21786e

Please sign in to comment.