Skip to content

Commit

Permalink
fix: osmosis testnet network name
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Feb 28, 2024
1 parent 57e78ea commit 28a5e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ services:
- ./validator:/etc/validator
- ./validator/sepolia:/etc/data

validator-localosmosis:
container_name: hpl-validator-localosmosis
validator-osmotest5:
container_name: hpl-validator-osmotest5
image: gcr.io/abacus-labs-dev/hyperlane-agent:3bb4d87-20240129-164519
user: root
# restart: always
Expand All @@ -48,11 +48,11 @@ services:
- |
rm -rf /app/config/* && \
cp "/etc/hyperlane/agent-config.docker.json" "/app/config/agent-config.json" && \
CONFIG_FILES="/etc/hyperlane/validator.localosmosis.json" \
CONFIG_FILES="/etc/hyperlane/validator.osmotest5.json" \
./validator
ports:
- 9121:9090
volumes:
- ./hyperlane:/etc/hyperlane
- ./validator:/etc/validator
- ./validator/localosmosis:/etc/data
- ./validator/osmotest5:/etc/data

0 comments on commit 28a5e69

Please sign in to comment.