Skip to content

Commit e16c459

Browse files
authored
Merge pull request #87 from Layr-Labs/ethenoethan--chore-bump-proxy-test-dep
chore: Bump eigenda-proxy test container dependency to v1.7.0
2 parents 7c82708 + 91c7025 commit e16c459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/start-eigenda-proxy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
echo "==== Pull eigenda-proxy container ===="
4-
docker pull ghcr.io/layr-labs/eigenda-proxy:v1.6.5
4+
docker pull ghcr.io/layr-labs/eigenda-proxy:v1.7.0
55

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

@@ -17,7 +17,7 @@ docker run -d --name eigenda-proxy-nitro-test-instance \
1717
-e EIGENDA_PROXY_EIGENDA_ETH_RPC=http://localhost:6969 \
1818
-e EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR="0x0000000000000000000000000000000000000000" \
1919
-e EIGENDA_PROXY_EIGENDA_CERT_VERIFICATION_DISABLED=true \
20-
ghcr.io/layr-labs/eigenda-proxy:v1.6.5
20+
ghcr.io/layr-labs/eigenda-proxy:v1.7.0
2121

2222
# shellcheck disable=SC2181
2323
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)