Skip to content

Commit

Permalink
MONIKER
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed Jun 3, 2024
1 parent 9fb73e0 commit 9db61c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.state-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ services:
environment:
- CHAIN_ID=lava-testnet-2
- KEYRING_BACKEND=test
- MONIKER=DOCKER_COMPOSE_MONIKER
command: >
config chain-id $$CHAIN_ID && \
lavad config keyring-backend $$KEYRING_BACKEND && \
lavad init DOCKER_MONIKER --chain-id $$CHAIN_ID
lavad init $$MONIKER --chain-id $$CHAIN_ID
volumes:
- lava_data:/lava

Expand Down

0 comments on commit 9db61c8

Please sign in to comment.