Skip to content

Commit

Permalink
Update envs to holesky network (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Apr 4, 2024
1 parent 672cd5b commit 6003d4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ services:
volumes:
- .:/app
environment:
- NETWORK=prater
- _DAPPNODE_CONSENSUS_CLIENT_PRATER=prysm-prater.dnp.dappnode.eth
- _DAPPNODE_EXECUTION_CLIENT_PRATER_VERSION=goerli-geth.dnp.dappnode.eth
- _DAPPNODE_GLOBAL_MEVBOOST_MAINNET=false
- _DAPPNODE_GLOBAL_MEVBOOST_PRATER=false
- NETWORK=holesky
- _DAPPNODE_GLOBAL_CONSENSUS_CLIENT_HOLESKY=prysm-holesky.dnp.dappnode.eth
- _DAPPNODE_GLOBAL_EXECUTION_CLIENT_HOLESKY=holesky-nethermind.dnp.dappnode.eth
- _DAPPNODE_GLOBAL_MEVBOOST_HOLESKY=false

networks:
dncore_network:
aliases:
- brain.web3signer-prater.dappnode
- brain.web3signer-holesky.dappnode

networks:
dncore_network:
Expand Down
6 changes: 3 additions & 3 deletions packages/brain/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NETWORK="prater"
NETWORK="holesky"
_DAPPNODE_GLOBAL_EXECUTION_CLIENT_MAINNET="geth.dnp.dappnode.eth"
_DAPPNODE_GLOBAL_CONSENSUS_CLIENT_MAINNET="teku.dnp.dappnode.eth"
_DAPPNODE_GLOBAL_EXECUTION_CLIENT_PRATER="goerli-geth.dnp.dappnode.eth"
_DAPPNODE_GLOBAL_CONSENSUS_CLIENT_PRATER="prysm-prater.dnp.dappnode.eth"
_DAPPNODE_GLOBAL_CONSENSUS_CLIENT_HOLESKY="prysm-holesky.dnp.dappnode.eth"
_DAPPNODE_GLOBAL_EXECUTION_CLIENT_HOLESKY="holesky-nethermind.dnp.dappnode.eth"

0 comments on commit 6003d4a

Please sign in to comment.