Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlapham committed Aug 31, 2022
1 parent 9d5ee04 commit 668647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apollo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const blockClient = new ApolloClient({
})

export const client = new ApolloClient({
uri: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v3-subgraph',
uri: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3',
cache: new InMemoryCache({
typePolicies: {
Token: {
Expand Down

0 comments on commit 668647f

Please sign in to comment.