We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224a85 commit 4840082Copy full SHA for 4840082
holesky/.env.example
@@ -1,4 +1,4 @@
1
-MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.6.1
+MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.6.2-rc.0
2
NETWORK_NAME=eigenda-network
3
MAIN_SERVICE_NAME=eigenda-native-node
4
holesky/run.sh
@@ -5,7 +5,7 @@
5
6
socket="$NODE_HOSTNAME":"${NODE_DISPERSAL_PORT}"\;"${NODE_RETRIEVAL_PORT}"
7
8
-node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.1"
+node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.2-rc.0"
9
10
# In all commands, We have to explicitly set the password again here because
11
# when docker run loads the `.env` file, it keeps the quotes around the password
0 commit comments