From e87fd1a847a19e8515fdb43e430e2614ef4be358 Mon Sep 17 00:00:00 2001 From: Ian Shim <100327837+ian-shim@users.noreply.github.com> Date: Fri, 17 May 2024 11:11:47 -0700 Subject: [PATCH] Release v0.7.1 (#127) --- holesky/.env.example | 2 +- holesky/run.sh | 2 +- mainnet/.env.example | 2 +- mainnet/run.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/holesky/.env.example b/holesky/.env.example index d9b577b..796a19c 100644 --- a/holesky/.env.example +++ b/holesky/.env.example @@ -1,4 +1,4 @@ -MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.1-rc.0 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.1 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/holesky/run.sh b/holesky/run.sh index 1f769b8..84303a0 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.7.1-rc.0" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.1" # 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 diff --git a/mainnet/.env.example b/mainnet/.env.example index 10a5c62..446b4fc 100644 --- a/mainnet/.env.example +++ b/mainnet/.env.example @@ -1,4 +1,4 @@ -MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.0 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.1 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/mainnet/run.sh b/mainnet/run.sh index afd19a9..84303a0 100755 --- a/mainnet/run.sh +++ b/mainnet/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.7.0" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.1" # 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