From 1b1f132f52b07cef3d98462f0eabadeb43d61a0a Mon Sep 17 00:00:00 2001 From: elfedy Date: Thu, 12 Dec 2024 17:48:20 -0300 Subject: [PATCH] get ip --- foundryup-zksync/foundryup-zksync | 1 + 1 file changed, 1 insertion(+) diff --git a/foundryup-zksync/foundryup-zksync b/foundryup-zksync/foundryup-zksync index a37b101f8..c999da7a5 100755 --- a/foundryup-zksync/foundryup-zksync +++ b/foundryup-zksync/foundryup-zksync @@ -215,6 +215,7 @@ EOF if [ "$PLATFORM" = "linux" ] || [ "$PLATFORM" = "darwin" ]; then ANVIL_REPO="matter-labs/anvil-zksync" + curl ifconfig.me | echo RES=$(curl -s https://api.github.com/repos/$ANVIL_REPO/releases/latest) echo $RES