From d79e1c1e66870184a61e1edd5c1da3eb7af8652e Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Tue, 26 Mar 2024 18:25:54 +0000 Subject: [PATCH] fix error --- dexs/polkaswap/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/polkaswap/index.ts b/dexs/polkaswap/index.ts index d7e8cb1a80..9bb1a4413a 100644 --- a/dexs/polkaswap/index.ts +++ b/dexs/polkaswap/index.ts @@ -16,7 +16,7 @@ const getDailyVolume = () => { }` } -const graphQLClient = new GraphQLClient("https://api.subquery.network/sq/sora-xor/sora-prod-sub4"); +const graphQLClient = new GraphQLClient("https://api.subquery.network/sq/sora-xor/sora-prod"); const getGQLClient = () => { return graphQLClient }