Skip to content

Commit

Permalink
chore(eigenda-proxy): Bump to v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Feb 20, 2025
1 parent 9e1a423 commit c6fe564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start-eigenda-proxy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

echo "==== Pull eigenda-proxy container ===="
docker pull ghcr.io/layr-labs/eigenda-proxy:v1.6.0
docker pull ghcr.io/layr-labs/eigenda-proxy:v1.6.4

echo "==== Starting eigenda-proxy container ===="

Expand All @@ -17,7 +17,7 @@ docker run -d --name eigenda-proxy-nitro-test-instance \
-e EIGENDA_PROXY_EIGENDA_ETH_RPC=http://localhost:6969 \
-e EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR="0x0000000000000000000000000000000000000000" \
-e EIGENDA_PROXY_EIGENDA_CERT_VERIFICATION_DISABLED=true \
ghcr.io/layr-labs/eigenda-proxy:v1.6.1
ghcr.io/layr-labs/eigenda-proxy:v1.6.4

# shellcheck disable=SC2181
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit c6fe564

Please sign in to comment.