Skip to content

Commit

Permalink
Fix: Set correct Nethermind network (#52)
Browse files Browse the repository at this point in the history
* Set correct nethermind network

* Us NETWORK for both occurances of mainnet

* Set default network to holesky
  • Loading branch information
crypto-services committed Mar 20, 2024
1 parent 35bebce commit c169a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ${NETHERMIND_IP_HTTP:-127.0.0.1}:${NETHERMIND_PORT_HTTP:-8545}:8545 # JSON-RPC
- ${NETHERMIND_IP_ENGINE:-127.0.0.1}:${NETHERMIND_PORT_ENGINE:-8551}:8551 # ENGINE-API
command: |
--config=${ETH2_NETWORK:-holesky}
--config=${NETWORK:-holesky}
--datadir=data
--HealthChecks.Enabled=true
--JsonRpc.Enabled=true
Expand Down

0 comments on commit c169a4d

Please sign in to comment.