Skip to content

Commit

Permalink
Update testnet .env.example for 0.8.6-rc.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork authored Nov 27, 2024
1 parent 063cc45 commit 7200d49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion holesky/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.5-rc.0
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.6-rc.0
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand Down Expand Up @@ -96,6 +96,11 @@ NODE_CACHE_PATH_HOST=${USER_HOME}/eigenda-operator-setup/resources/cache
NODE_ECDSA_KEY_FILE_HOST=${EIGENLAYER_HOME}/operator_keys/opr.ecdsa.key.json
NODE_BLS_KEY_FILE_HOST=${EIGENLAYER_HOME}/operator_keys/opr.bls.key.json

# TODO: Uncomment and update if using remote BLS signer https://github.com/Layr-Labs/cerberus
#NODE_BLS_REMOTE_SIGNER_ENABLED=true
#NODE_BLS_REMOTE_SIGNER_URL=<host:port>
#NODE_BLS_PUBLIC_KEY_HEX=<public key registered with remote signer>

# TODO: The ip provider service used to obtain a node's public IP [seeip (default), ipify)
NODE_PUBLIC_IP_PROVIDER=seeip

Expand Down

0 comments on commit 7200d49

Please sign in to comment.