feat: add Astralane

This commit is contained in:
wei
2025-09-07 15:22:06 +08:00
parent 6e04458659
commit df00d3f26a
7 changed files with 272 additions and 4 deletions
+1
View File
@@ -45,6 +45,7 @@ fn create_swqos_configs(rpc_url: &str) -> Vec<SwqosConfig> {
// Add tg official customer https://t.me/node1_me to get free Node1 key
SwqosConfig::Node1("your api_token".to_string(), SwqosRegion::Frankfurt, None),
SwqosConfig::BlockRazor("your api_token".to_string(), SwqosRegion::Frankfurt, None),
SwqosConfig::Astralane("your api_token".to_string(), SwqosRegion::Frankfurt, None),
SwqosConfig::Default(rpc_url.to_string()),
]
}