Skip to content

Commit

Permalink
Make release 0.5.1 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim authored Mar 27, 2024
1 parent 103531b commit fa6f315
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion goerli/.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:release-0.6.0
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.5.1
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand Down
4 changes: 2 additions & 2 deletions goerli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ optIn() {
--volume "${NODE_ECDSA_KEY_FILE_HOST}":/app/operator_keys/ecdsa_key.json \
--volume "${NODE_BLS_KEY_FILE_HOST}":/app/operator_keys/bls_key.json \
--volume "${NODE_LOG_PATH_HOST}":/app/logs:rw \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.0 \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.5.1 \
--ecdsa-key-password "$NODE_ECDSA_KEY_PASSWORD" \
--bls-key-password "$NODE_BLS_KEY_PASSWORD" \
--operation opt-in \
Expand All @@ -36,7 +36,7 @@ optOut() {
--volume "${NODE_ECDSA_KEY_FILE_HOST}":/app/operator_keys/ecdsa_key.json \
--volume "${NODE_BLS_KEY_FILE_HOST}":/app/operator_keys/bls_key.json \
--volume "${NODE_LOG_PATH_HOST}":/app/logs:rw \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.0 \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.5.1 \
--ecdsa-key-password "$NODE_ECDSA_KEY_PASSWORD" \
--bls-key-password "$NODE_BLS_KEY_PASSWORD" \
--operation opt-out \
Expand Down
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:release-0.6.0
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.5.1
NETWORK_NAME=eigenda-network
MAIN_SERVICE_NAME=eigenda-native-node

Expand Down
4 changes: 2 additions & 2 deletions holesky/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ optIn() {
--volume "${NODE_ECDSA_KEY_FILE_HOST}":/app/operator_keys/ecdsa_key.json \
--volume "${NODE_BLS_KEY_FILE_HOST}":/app/operator_keys/bls_key.json \
--volume "${NODE_LOG_PATH_HOST}":/app/logs:rw \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.0 \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.5.1 \
--ecdsa-key-password "$NODE_ECDSA_KEY_PASSWORD" \
--bls-key-password "$NODE_BLS_KEY_PASSWORD" \
--operation opt-in \
Expand All @@ -36,7 +36,7 @@ optOut() {
--volume "${NODE_ECDSA_KEY_FILE_HOST}":/app/operator_keys/ecdsa_key.json \
--volume "${NODE_BLS_KEY_FILE_HOST}":/app/operator_keys/bls_key.json \
--volume "${NODE_LOG_PATH_HOST}":/app/logs:rw \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.0 \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.5.1 \
--ecdsa-key-password "$NODE_ECDSA_KEY_PASSWORD" \
--bls-key-password "$NODE_BLS_KEY_PASSWORD" \
--operation opt-out \
Expand Down

0 comments on commit fa6f315

Please sign in to comment.