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:
@@ -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()),
|
||||
];
|
||||
|
||||
@@ -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()),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user