Skip to content

Commit

Permalink
upgrade holesky and mainnet to v0.8.3 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix authored Sep 13, 2024
1 parent 16c369e commit 7abd10e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion holesky/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.3-rc.0
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.3
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand Down
2 changes: 1 addition & 1 deletion holesky/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-rc.0"
node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.3"

# 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
Expand Down
2 changes: 1 addition & 1 deletion mainnet/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.0
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.3
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand Down
2 changes: 1 addition & 1 deletion mainnet/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.3"

# 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
Expand Down

0 comments on commit 7abd10e

Please sign in to comment.