Release v1.5.5 parser SDK sync

This commit is contained in:
0xfnzero
2026-06-01 20:20:01 +08:00
parent 5a282bd84d
commit 83c5476ff3
45 changed files with 979 additions and 211 deletions
+1 -2
View File
@@ -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")