diff --git a/holesky/.env.example b/holesky/.env.example index 4235fb4..69193bc 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.2-rc.2 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.2 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/holesky/run.sh b/holesky/run.sh index 2db4135..3b403a0 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.2-rc.2" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.2" # 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 446b4fc..3d23425 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.1 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.2 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/mainnet/run.sh b/mainnet/run.sh index 84303a0..3b403a0 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.1" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.2" # 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