File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ export const PHOTON_VERSION = "0.51.0";
23
23
24
24
// Set these to override Photon requirements with a specific git commit:
25
25
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.
28
28
29
29
export const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR" ;
30
30
export const BASE_PATH = "../../bin/" ;
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ install_photon() {
210
210
if [ " $photon_installed " = false ] || [ " $photon_correct_version " = false ]; then
211
211
echo " Installing Photon indexer (version $expected_version )..."
212
212
# 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
214
214
log " photon"
215
215
else
216
216
echo " Photon already installed with correct version, skipping..."
@@ -458,4 +458,4 @@ main() {
458
458
fi
459
459
}
460
460
461
- main " $@ "
461
+ main " $@ "
You can’t perform that action at this time.
0 commit comments