Skip to content

Commit

Permalink
chore(eigenda): Bump eigenda-proxy to latest v1.6.0 - fix fmt bug in …
Browse files Browse the repository at this point in the history
…sh script
  • Loading branch information
epociask committed Dec 3, 2024
1 parent 59f7ae6 commit a53fe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-eigenda-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker run -d --name eigenda-proxy-nitro-test-instance \
-e EIGENDA_PROXY_PORT=6666 \
-e EIGENDA_PROXY_MEMSTORE_ENABLED=true \
-e EIGENDA_PROXY_MEMSTORE_EXPIRATION=1m \
-e EIGENDA_PROXY_EIGENDA_ETH_RPC=http://localhost:6969 \
-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.0
Expand Down

0 comments on commit a53fe5c

Please sign in to comment.