Skip to content

Commit

Permalink
chore(eigenda): Cleanup failover tests to use memconfig feature on pr…
Browse files Browse the repository at this point in the history
…oxy - update proxy script to use v1.6.5
  • Loading branch information
ethenotethan committed Feb 28, 2025
1 parent 45ea4bf commit 77f0c54
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:main@sha256:c73a21074a053c5dc214982142f8929741b2f275a86b366fac8b551c66db1986
docker pull ghcr.io/layr-labs/eigenda-proxy:v1.6.5

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:main@sha256:c73a21074a053c5dc214982142f8929741b2f275a86b366fac8b551c66db1986
ghcr.io/layr-labs/eigenda-proxy:v1.6.5

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

0 comments on commit 77f0c54

Please sign in to comment.