Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 26, 2024
1 parent 5c0e044 commit d79e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/polkaswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d79e1c1

Please sign in to comment.