File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ export const SOLANA_VALIDATOR_PROCESS_NAME = "solana-test-validator";
1919export const LIGHT_PROVER_PROCESS_NAME = "light-prover" ;
2020export 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:
2525export const USE_PHOTON_FROM_GIT = true ; // If true, will show git install command instead of crates.io.
2626export 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
2929export const LIGHT_PROTOCOL_PROGRAMS_DIR_ENV = "LIGHT_PROTOCOL_PROGRAMS_DIR" ;
3030export const BASE_PATH = "../../bin/" ;
You can’t perform that action at this time.
0 commit comments