From 089a842dafff6f0948c8673b4e6631c27254bbdd Mon Sep 17 00:00:00 2001 From: BillyWooo Date: Tue, 27 Aug 2024 15:35:13 +0800 Subject: [PATCH] update to new achainable url (#3025) --- 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(),