update jito and nextblock

This commit is contained in:
wood
2025-07-07 01:01:38 +08:00
parent badc8e77d8
commit 38a8e2dae4
9 changed files with 204 additions and 182 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ impl SolanaTrade {
let jito_client = JitoClient::new(
rpc_url.clone(),
swqos.endpoint,
).await.expect("Failed to create Jito client");
swqos.auth_token
);
swqos_clients.push(Arc::new(jito_client));
}
SwqosType::NextBlock => {