update readme
This commit is contained in:
+1
-2
@@ -264,7 +264,7 @@ async fn test_shreds() -> Result<(), Box<dyn std::error::Error>> {
|
||||
在配置 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<SolanaTrade> {
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user