From 7200d49b46ccb7b7ff16ccb0c2faf81e62213f22 Mon Sep 17 00:00:00 2001 From: pschork <354473+pschork@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:34:04 -0800 Subject: [PATCH] Update testnet .env.example for 0.8.6-rc.0 (#152) --- holesky/.env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/holesky/.env.example b/holesky/.env.example index 2a6fb3b..7e255ca 100644 --- a/holesky/.env.example +++ b/holesky/.env.example @@ -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 @@ -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= +#NODE_BLS_PUBLIC_KEY_HEX= + # TODO: The ip provider service used to obtain a node's public IP [seeip (default), ipify) NODE_PUBLIC_IP_PROVIDER=seeip