Skip to content

Commit

Permalink
Update start slot for Photon (helius-labs#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantica11 authored Aug 19, 2024
1 parent 3a0d9b2 commit c806e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub async fn get_network_start_slot(rpc_client: Arc<RpcClient>) -> u64 {
// Devnet
"EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" => 310809099 - 1,
// Mainnet
"5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" => 277957074 - 1,
"5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" => 284592713 - 1,
_ => 0,
}
}
Expand Down

0 comments on commit c806e0e

Please sign in to comment.