Skip to content

Commit

Permalink
update plugin image (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Dec 15, 2023
1 parent e936f58 commit 22ec14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.1.1 \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.1.3 \
--operation opt-in \
--socket "$socket"
}
Expand All @@ -22,7 +22,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.1.1 \
ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.1.3 \
--operation opt-out \
--socket "0"
}
Expand Down

0 comments on commit 22ec14e

Please sign in to comment.