Merge commit 'd14f4870c56afd58b9f4c448eef20f4bef7ecfa2'

This commit is contained in:
ysq
2025-08-21 21:33:01 +08:00
7 changed files with 299 additions and 22 deletions
+1
View File
@@ -81,6 +81,7 @@ fn create_swqos_configs(rpc_url: &str) -> Vec<SwqosConfig> {
SwqosConfig::ZeroSlot("your api_token".to_string(), SwqosRegion::Frankfurt),
SwqosConfig::Temporal("your api_token".to_string(), SwqosRegion::Frankfurt),
SwqosConfig::Node1("your api_token".to_string(), SwqosRegion::Frankfurt),
SwqosConfig::FlashBlock("your api_token".to_string(), SwqosRegion::Frankfurt),
SwqosConfig::Default(rpc_url.to_string()),
]
}