diff --git a/holesky/.env.example b/holesky/.env.example index 1bb1ab4..fa48c51 100644 --- a/holesky/.env.example +++ b/holesky/.env.example @@ -1,4 +1,4 @@ -MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.0-rc.1 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.0 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node diff --git a/holesky/run.sh b/holesky/run.sh index ee3b0ab..9042d4e 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.4" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.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 diff --git a/mainnet/.env.example b/mainnet/.env.example index 0b3ba92..8621c0b 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.3 +MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.0 NETWORK_NAME=eigenda-network MAIN_SERVICE_NAME=eigenda-native-node @@ -20,7 +20,7 @@ NODE_VERBOSE=true NODE_RETRIEVAL_PORT=32004 NODE_TIMEOUT=20s NODE_SRS_ORDER=268435456 -NODE_SRS_LOAD=131072 +NODE_SRS_LOAD=8388608 # 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 diff --git a/mainnet/run.sh b/mainnet/run.sh index d2aef9a..9042d4e 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.3" +node_plugin_image="ghcr.io/layr-labs/eigenda/opr-nodeplugin:0.8.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