From 84fc2c336d8860f01f878b7ba94867ce49ab848c Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 27 Aug 2024 04:50:24 +0000 Subject: [PATCH] update to new achainable url --- tee-worker/litentry/core/data-providers/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tee-worker/litentry/core/data-providers/src/lib.rs b/tee-worker/litentry/core/data-providers/src/lib.rs index 97eb91ce9c..35150f6e82 100644 --- a/tee-worker/litentry/core/data-providers/src/lib.rs +++ b/tee-worker/litentry/core/data-providers/src/lib.rs @@ -231,7 +231,7 @@ impl DataProviderConfig { litentry_discord_microservice_url: "https://tee-microservice.litentry.io:9528" .to_string(), discord_auth_token: "".to_string(), - achainable_url: "https://label-production.graph.tdf-labs.io/".to_string(), + achainable_url: "https://label-production.litentry.io/".to_string(), achainable_auth_key: "".to_string(), credential_endpoint: "wss://rpc.rococo-parachain.litentry.io".to_string(), oneblock_notion_key: "".to_string(),