From c52ceffa7d72b56396fd4f3bffd472556dcd919d Mon Sep 17 00:00:00 2001 From: kkawula Date: Wed, 28 May 2025 13:54:45 +0200 Subject: [PATCH] Remove TODOs --- .github/workflows/build.yml | 1 - lib/utils.bash | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6cc710..96e34d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - nightly-version-support # TODO: Remove after testing pull_request: jobs: diff --git a/lib/utils.bash b/lib/utils.bash index c51ff34..627c9d7 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -3,8 +3,7 @@ set -euo pipefail GH_REPO="https://github.com/foundry-rs/starknet-foundry" -# TODO: Update this to the correct repo for nightlies -GH_NIGHTLIES_REPO="https://github.com/ddoktorski/starknet-foundry-nightlies" +GH_NIGHTLIES_REPO="https://github.com/foundry-rs/starknet-foundry-nightlies" TOOL_NAME="starknet-foundry" TOOL_TEST="snforge --version && sncast --version"