mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-21 12:58:11 +00:00
Release v1.5.5 parser SDK sync
This commit is contained in:
@@ -15,8 +15,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
println!("PumpFun with metrics (solana-streamer)\n");
|
||||
|
||||
let mut config = ClientConfig::default();
|
||||
config.enable_metrics = true;
|
||||
let config = ClientConfig { enable_metrics: true, ..Default::default() };
|
||||
|
||||
let grpc = YellowstoneGrpc::new_with_config(
|
||||
std::env::var("GRPC_ENDPOINT")
|
||||
|
||||
Reference in New Issue
Block a user