We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c82708 + 91c7025 commit e16c459Copy full SHA for e16c459
scripts/start-eigenda-proxy.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
echo "==== Pull eigenda-proxy container ===="
4
-docker pull ghcr.io/layr-labs/eigenda-proxy:v1.6.5
+docker pull ghcr.io/layr-labs/eigenda-proxy:v1.7.0
5
6
echo "==== Starting eigenda-proxy container ===="
7
@@ -17,7 +17,7 @@ docker run -d --name eigenda-proxy-nitro-test-instance \
17
-e EIGENDA_PROXY_EIGENDA_ETH_RPC=http://localhost:6969 \
18
-e EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR="0x0000000000000000000000000000000000000000" \
19
-e EIGENDA_PROXY_EIGENDA_CERT_VERIFICATION_DISABLED=true \
20
- ghcr.io/layr-labs/eigenda-proxy:v1.6.5
+ ghcr.io/layr-labs/eigenda-proxy:v1.7.0
21
22
# shellcheck disable=SC2181
23
if [ $? -ne 0 ]; then
0 commit comments