Skip to content

Commit

Permalink
fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
thepluck committed Oct 11, 2024
1 parent b91d92f commit 9538098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions foundryup-zksync/foundryup-zksync
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ main() {
exit 0
fi

FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-matter-labs/foundry-zksync}
FOUNDRYUP_REPO=${FOUNDRYUP_REPO:-KyberNetwork/foundry-zksync}

# Install by downloading binaries
if [[ "$FOUNDRYUP_REPO" == "matter-labs/foundry-zksync" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
if [[ "$FOUNDRYUP_REPO" == "KyberNetwork/foundry-zksync" && -z "$FOUNDRYUP_BRANCH" && -z "$FOUNDRYUP_COMMIT" ]]; then
FOUNDRYUP_VERSION=${FOUNDRYUP_VERSION:-nightly}
FOUNDRYUP_TAG=$FOUNDRYUP_VERSION

Expand Down Expand Up @@ -323,7 +323,7 @@ banner() {
.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx
Fork of : https://github.com/foundry-rs/
Repo : https://github.com/matter-labs/foundry-zksync/
Repo : https://github.com/KyberNetwork/foundry-zksync/
Book : https://book.getfoundry.sh/
.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx.xOx
Expand Down
2 changes: 1 addition & 1 deletion foundryup-zksync/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FOUNDRY_DIR="${FOUNDRY_DIR-"$BASE_DIR/.foundry-zksync"}"
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
FOUNDRY_MAN_DIR="$FOUNDRY_DIR/share/man/man1"

BIN_URL="https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/foundryup-zksync/foundryup-zksync"
BIN_URL="https://raw.githubusercontent.com/KyberNetwork/foundry-zksync/main/foundryup-zksync/foundryup-zksync"
BIN_PATH="$FOUNDRY_BIN_DIR/foundryup-zksync"

# Create the .foundry-zksync bin directory and foundryup binary if it doesn't exist.
Expand Down

0 comments on commit 9538098

Please sign in to comment.