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
This commit is contained in:
ysq
2025-08-20 22:43:22 +08:00
parent 84c2e501ce
commit 9fa0f6ad6b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -293,6 +293,7 @@ async fn test_create_solana_trade_client() -> AnyResult<SolanaTrade> {
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()),
];
+1
View File
@@ -293,6 +293,7 @@ async fn test_create_solana_trade_client() -> AnyResult<SolanaTrade> {
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()),
];