From 9fa0f6ad6b5dc59d8dfab7bd6b9c652a1f0c4e02 Mon Sep 17 00:00:00 2001 From: ysq Date: Wed, 20 Aug 2025 22:43:22 +0800 Subject: [PATCH] docs: add Node1 service contact information - Add Telegram contact link for Node1 free API key in README.md - Add Chinese version of Node1 contact info in README_CN.md - Improve user experience by providing direct access to Node1 service --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 07ed927..08596cf 100755 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ async fn test_create_solana_trade_client() -> AnyResult { SwqosConfig::Bloxroute("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Temporal("your api_token".to_string(), SwqosRegion::Frankfurt), + // Add tg official customer https://t.me/node1_me to get free Node1 key SwqosConfig::Node1("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Default(rpc_url.clone()), ]; diff --git a/README_CN.md b/README_CN.md index f59b7c5..55a9bbc 100755 --- a/README_CN.md +++ b/README_CN.md @@ -293,6 +293,7 @@ async fn test_create_solana_trade_client() -> AnyResult { SwqosConfig::Bloxroute("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Temporal("your api_token".to_string(), SwqosRegion::Frankfurt), + // 添加tg官方客服 https://t.me/node1_me 获取免费 Node1 key SwqosConfig::Node1("your api_token".to_string(), SwqosRegion::Frankfurt), SwqosConfig::Default(rpc_url.clone()), ];