Skip to content

Commit 86f703c

Browse files
chore: update photon commit hash (#1863)
1 parent 17ccb7b commit 86f703c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/src/utils/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const PHOTON_VERSION = "0.51.0";
2323

2424
// Set these to override Photon requirements with a specific git commit:
2525
export const USE_PHOTON_FROM_GIT = true; // If true, will show git install command instead of crates.io.
26-
export const PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git";
27-
export const PHOTON_GIT_COMMIT = "c938ee83ad1b34abc389943334627a899da72953"; // If empty, will use main branch.
26+
export const PHOTON_GIT_REPO = "https://github.com/helius-labs/photon.git";
27+
export const PHOTON_GIT_COMMIT = "b0ad386858384c22b4bb6a3bbbcd6a65911dac68"; // If empty, will use main branch.
2828

2929
export const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR";
3030
export const BASE_PATH = "../../bin/";

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ install_photon() {
210210
if [ "$photon_installed" = false ] || [ "$photon_correct_version" = false ]; then
211211
echo "Installing Photon indexer (version $expected_version)..."
212212
# Use git commit for now as specified in constants.ts
213-
cargo install --git https://github.com/lightprotocol/photon.git --rev c938ee83ad1b34abc389943334627a899da72953 --locked --force
213+
cargo install --git https://github.com/helius-labs/photon.git --rev b0ad386858384c22b4bb6a3bbbcd6a65911dac68 --locked --force
214214
log "photon"
215215
else
216216
echo "Photon already installed with correct version, skipping..."
@@ -458,4 +458,4 @@ main() {
458458
fi
459459
}
460460

461-
main "$@"
461+
main "$@"

0 commit comments

Comments
 (0)