From fdac50c84c0d3d9b9867709d9aa08e0893c6c33b Mon Sep 17 00:00:00 2001 From: Sergey Timoshin Date: Wed, 9 Jul 2025 10:57:27 +0100 Subject: [PATCH] chore: update photon commit hash --- cli/src/utils/constants.ts | 4 ++-- scripts/install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/src/utils/constants.ts b/cli/src/utils/constants.ts index 81aaa478d3..7a3af7d19f 100644 --- a/cli/src/utils/constants.ts +++ b/cli/src/utils/constants.ts @@ -23,8 +23,8 @@ export const PHOTON_VERSION = "0.51.0"; // Set these to override Photon requirements with a specific git commit: export const USE_PHOTON_FROM_GIT = true; // If true, will show git install command instead of crates.io. -export const PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git"; -export const PHOTON_GIT_COMMIT = "c938ee83ad1b34abc389943334627a899da72953"; // If empty, will use main branch. +export const PHOTON_GIT_REPO = "https://github.com/helius-labs/photon.git"; +export const PHOTON_GIT_COMMIT = "b0ad386858384c22b4bb6a3bbbcd6a65911dac68"; // If empty, will use main branch. export const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR"; export const BASE_PATH = "../../bin/"; diff --git a/scripts/install.sh b/scripts/install.sh index 7c34709837..4a9854d69d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -210,7 +210,7 @@ install_photon() { if [ "$photon_installed" = false ] || [ "$photon_correct_version" = false ]; then echo "Installing Photon indexer (version $expected_version)..." # Use git commit for now as specified in constants.ts - cargo install --git https://github.com/lightprotocol/photon.git --rev c938ee83ad1b34abc389943334627a899da72953 --locked --force + cargo install --git https://github.com/helius-labs/photon.git --rev b0ad386858384c22b4bb6a3bbbcd6a65911dac68 --locked --force log "photon" else echo "Photon already installed with correct version, skipping..." @@ -458,4 +458,4 @@ main() { fi } -main "$@" +main "$@" \ No newline at end of file