From 10a6c7dccf54ab3b7de3902c5b1ff6bbe8561f98 Mon Sep 17 00:00:00 2001 From: wood Date: Fri, 22 Aug 2025 17:15:55 +0800 Subject: [PATCH 1/2] update readme --- README.md | 6 ++++-- README_CN.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc6d278..94ae9b6 100755 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ async fn test_shreds() -> Result<(), Box> { When configuring SWQOS services, note the different parameter requirements for each service: - **Jito**: The first parameter is UUID, if you don't have a UUID, pass an empty string `""` -- **NextBlock**: The first parameter is API Token +- **NextBlock**: The first parameter is API Token, Click here https://nextblock.io/auth?refCode=fnzero to get a free key and accelerate your transactions instantly! - **Bloxroute**: The first parameter is API Token - **ZeroSlot**: The first parameter is API Token - **Temporal**: The first parameter is API Token @@ -290,7 +290,9 @@ async fn test_create_solana_trade_client() -> AnyResult { // Configure various SWQOS services let swqos_configs = vec![ - SwqosConfig::Jito("your uuid".to_string(), SwqosRegion::Frankfurt), // First parameter is UUID, pass empty string if no UUID + // First parameter is UUID, pass empty string if no UUID + SwqosConfig::Jito("your uuid".to_string(), SwqosRegion::Frankfurt), + // Click here https://nextblock.io/auth?refCode=fnzero to get a free key and accelerate your transactions instantly! SwqosConfig::NextBlock("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Bloxroute("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt), diff --git a/README_CN.md b/README_CN.md index 839e22e..bd14e45 100755 --- a/README_CN.md +++ b/README_CN.md @@ -264,7 +264,7 @@ async fn test_shreds() -> Result<(), Box> { 在配置 SWQOS 服务时,需要注意不同服务的参数要求: - **Jito**: 第一个参数是 UUID,如果没有 UUID 则传空字符串 `""` -- **NextBlock**: 第一个参数是 API Token +- **NextBlock**: 第一个参数是 API Token, 点击这里 https://nextblock.io/auth?refCode=fnzero 获取免费key立即加速你的交易! - **Bloxroute**: 第一个参数是 API Token - **ZeroSlot**: 第一个参数是 API Token - **Temporal**: 第一个参数是 API Token @@ -289,7 +289,9 @@ async fn test_create_solana_trade_client() -> AnyResult { // 配置各种 SWQOS 服务 let swqos_configs = vec![ - SwqosConfig::Jito("your uuid".to_string(), SwqosRegion::Frankfurt), // 第一个参数是 uuid,如果没有 uuid 则传空字符串 + // 第一个参数是 uuid,如果没有 uuid 则传空字符串 + SwqosConfig::Jito("your uuid".to_string(), SwqosRegion::Frankfurt), + // 点击这里 https://nextblock.io/auth?refCode=fnzero 获取免费key立即加速你的交易! SwqosConfig::NextBlock("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Bloxroute("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt), From 2b1c40f55430c781c84299328abfb65166b466fa Mon Sep 17 00:00:00 2001 From: wood Date: Fri, 22 Aug 2025 17:31:45 +0800 Subject: [PATCH 2/2] update readme --- README.md | 3 +-- README_CN.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94ae9b6..fedc77b 100755 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ async fn test_shreds() -> Result<(), Box> { When configuring SWQOS services, note the different parameter requirements for each service: - **Jito**: The first parameter is UUID, if you don't have a UUID, pass an empty string `""` -- **NextBlock**: The first parameter is API Token, Click here https://nextblock.io/auth?refCode=fnzero to get a free key and accelerate your transactions instantly! +- **NextBlock**: The first parameter is API Token - **Bloxroute**: The first parameter is API Token - **ZeroSlot**: The first parameter is API Token - **Temporal**: The first parameter is API Token @@ -292,7 +292,6 @@ async fn test_create_solana_trade_client() -> AnyResult { let swqos_configs = vec![ // First parameter is UUID, pass empty string if no UUID SwqosConfig::Jito("your uuid".to_string(), SwqosRegion::Frankfurt), - // Click here https://nextblock.io/auth?refCode=fnzero to get a free key and accelerate your transactions instantly! SwqosConfig::NextBlock("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Bloxroute("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt), diff --git a/README_CN.md b/README_CN.md index bd14e45..7c12257 100755 --- a/README_CN.md +++ b/README_CN.md @@ -264,7 +264,7 @@ async fn test_shreds() -> Result<(), Box> { 在配置 SWQOS 服务时,需要注意不同服务的参数要求: - **Jito**: 第一个参数是 UUID,如果没有 UUID 则传空字符串 `""` -- **NextBlock**: 第一个参数是 API Token, 点击这里 https://nextblock.io/auth?refCode=fnzero 获取免费key立即加速你的交易! +- **NextBlock**: 第一个参数是 API Token - **Bloxroute**: 第一个参数是 API Token - **ZeroSlot**: 第一个参数是 API Token - **Temporal**: 第一个参数是 API Token @@ -291,7 +291,6 @@ async fn test_create_solana_trade_client() -> AnyResult { let swqos_configs = vec![ // 第一个参数是 uuid,如果没有 uuid 则传空字符串 SwqosConfig::Jito("your uuid".to_string(), SwqosRegion::Frankfurt), - // 点击这里 https://nextblock.io/auth?refCode=fnzero 获取免费key立即加速你的交易! SwqosConfig::NextBlock("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Bloxroute("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt),