Skip to content

Commit

Permalink
Release v0.7.1-rc.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim authored May 15, 2024
1 parent 2008da6 commit 6bcfecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 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.7.0
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.7.1-rc.0
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand Down Expand Up @@ -56,6 +56,9 @@ NODE_BLS_OPERATOR_STATE_RETRIVER=0xB4baAfee917fb4449f5ec64804217bccE9f46C67
# Churner URL
NODE_CHURNER_URL=churner-holesky.eigenda.xyz:443

# Dataapi URL for reachability checks
NODE_DATAAPI_URL=https://dataapi-testnet-holesky.eigenda.xyz/

# The name of the header used to get the client IP address
# If set to empty string, the IP address will be taken from the connection.
# The rightmost value of the header will be used.
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.0"
node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.7.1-rc.0"

# 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 6bcfecb

Please sign in to comment.