Skip to content

Commit aa08da5

Browse files
update Photon to v0.51.2 and point to new Git commit
1 parent 6d19d93 commit aa08da5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/src/utils/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ 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.51.0";
22+
export const PHOTON_VERSION = "0.51.1";
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";
27-
export const PHOTON_GIT_COMMIT = "1a785036de52896b68d06413e3b0231122d6aa4a"; // If empty, will use main branch.
27+
export const PHOTON_GIT_COMMIT = "711c47b20330c6bb78feb0a2c15e8292fcd0a7b0"; // 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/";

0 commit comments

Comments
 (0)