From 89926011f948056e49d45c2fb8c183c8eb86c804 Mon Sep 17 00:00:00 2001 From: Bowen Xue <93296844+bxue-l2@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:54:41 -0700 Subject: [PATCH] update testnet image to 0.8.5-rc.0 (#149) Co-authored-by: Ubuntu --- holesky/.env.example | 2 +- holesky/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/holesky/.env.example b/holesky/.env.example index 69999c3..2a6fb3b 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.4 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.5-rc.0 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/holesky/run.sh b/holesky/run.sh index f75d93b..deabe5e 100755 --- a/holesky/run.sh +++ b/holesky/run.sh @@ -5,7 +5,7 @@ socket="$NODE_HOSTNAME":"${NODE_DISPERSAL_PORT}"\;"${NODE_RETRIEVAL_PORT}" -node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.4" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.5-rc.0" # In all commands, We have to explicitly set the password again here because # when docker run loads the `.env` file, it keeps the quotes around the password