From 66d6d179961112eb8b0a6d03c923380cd08bc5a3 Mon Sep 17 00:00:00 2001 From: sgxiang Date: Sun, 15 Jun 2025 22:48:42 +0800 Subject: [PATCH] fixed --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1badebf..2bbb703 100755 --- a/src/main.rs +++ b/src/main.rs @@ -101,7 +101,7 @@ async fn test_pumpswap_with_shreds() -> Result<(), Box> { // 使用 ShredStream 客户端订阅 PumpSwap 事件 println!("正在订阅 PumpSwap ShredStream 事件..."); - let grpc_client = ShredStreamGrpc::new("http://140.82.2.197:10800".to_string()).await?; + let grpc_client = ShredStreamGrpc::new("http://127.0.0.1:10800".to_string()).await?; // 定义回调函数处理 PumpSwap 事件 let callback = |event: PumpSwapEvent| {