Skip to content

Commit

Permalink
Update to release/0.7.3 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix authored Jun 6, 2024
1 parent a3e707a commit 518d2cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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.7.1
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.3
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand All @@ -23,10 +23,10 @@ NODE_SRS_ORDER=268435456
NODE_SRS_LOAD=131072

# If you are using a reverse proxy in a shared network space, the reverse proxy should listen at $NODE_DISPERSAL_PORT
# and forward the traffic to $NODE_INTERNAL_DISPERSAL_PORT, and similarly for retrieval. The DA node will register the
# and forward the traffic to $NODE_INTERNAL_DISPERSAL_PORT, and similarly for retrieval. The DA node will register the
# $NODE_DISPERSAL_PORT port on the chain and listen for the reverse proxy at $NODE_INTERNAL_DISPERSAL_PORT.
NODE_INTERNAL_DISPERSAL_PORT=${NODE_DISPERSAL_PORT}
NODE_INTERNAL_RETRIEVAL_PORT=${NODE_RETRIEVAL_PORT}
NODE_INTERNAL_RETRIEVAL_PORT=${NODE_RETRIEVAL_PORT}

# Reachability Check
NODE_REACHABILITY_POLL_INTERVAL=60
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.7.1"
node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.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
6 changes: 3 additions & 3 deletions 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.7.1
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.3
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand All @@ -23,10 +23,10 @@ NODE_SRS_ORDER=268435456
NODE_SRS_LOAD=131072

# If you are using a reverse proxy in a shared network space, the reverse proxy should listen at $NODE_DISPERSAL_PORT
# and forward the traffic to $NODE_INTERNAL_DISPERSAL_PORT, and similarly for retrieval. The DA node will register the
# and forward the traffic to $NODE_INTERNAL_DISPERSAL_PORT, and similarly for retrieval. The DA node will register the
# $NODE_DISPERSAL_PORT port on the chain and listen for the reverse proxy at $NODE_INTERNAL_DISPERSAL_PORT.
NODE_INTERNAL_DISPERSAL_PORT=${NODE_DISPERSAL_PORT}
NODE_INTERNAL_RETRIEVAL_PORT=${NODE_RETRIEVAL_PORT}
NODE_INTERNAL_RETRIEVAL_PORT=${NODE_RETRIEVAL_PORT}

# Reachability Check
NODE_REACHABILITY_POLL_INTERVAL=60
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.7.1"
node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.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 518d2cd

Please sign in to comment.