diff --git a/foundryup-zksync/foundryup-zksync b/foundryup-zksync/foundryup-zksync index 8732dac82..966f0fc0c 100755 --- a/foundryup-zksync/foundryup-zksync +++ b/foundryup-zksync/foundryup-zksync @@ -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 @@ -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 diff --git a/foundryup-zksync/install b/foundryup-zksync/install index b7d1461b2..9c006775b 100755 --- a/foundryup-zksync/install +++ b/foundryup-zksync/install @@ -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.