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 }