Skip to content

Commit 9619235

Browse files
bump photon version
1 parent 8424971 commit 9619235

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
@@ -19,13 +19,13 @@ export const SOLANA_VALIDATOR_PROCESS_NAME = "solana-test-validator";
1919
export const LIGHT_PROVER_PROCESS_NAME = "light-prover";
2020
export const INDEXER_PROCESS_NAME = "photon";
2121

22-
export const PHOTON_VERSION = "0.52.2";
22+
export const PHOTON_VERSION = "0.52.3";
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.
2626
export const PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git";
2727
// added new v2 tree.
28-
export const PHOTON_GIT_COMMIT = "34b08a8"; // If empty, will use main branch.
28+
export const PHOTON_GIT_COMMIT = "6ba6813"; // If empty, will use main branch.
2929

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

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VERSIONS=(
1313
"solana:2.2.15"
1414
"anchor:anchor-v0.29.0"
1515
"jq:jq-1.8.0"
16-
"photon:0.52.2"
16+
"photon:0.52.3"
1717
"redis:8.0.1"
1818
)
1919

@@ -211,7 +211,7 @@ install_photon() {
211211
echo "Installing Photon indexer (version $expected_version)..."
212212
# Use git commit for now as specified in constants.ts
213213
# cargo install --git https://github.com/lightprotocol/photon.git --rev b739156 --locked --force
214-
cargo install --git https://github.com/lightprotocol/photon.git --rev 34b08a8 --locked --force
214+
cargo install --git https://github.com/lightprotocol/photon.git --rev 6ba6813 --locked --force
215215
log "photon"
216216
else
217217
echo "Photon already installed with correct version, skipping..."

0 commit comments

Comments
 (0)