Skip to content

Commit

Permalink
Update: Subgraph API links
Browse files Browse the repository at this point in the history
Update for the subgraph links. replacing the old subgraph that crashed.

https://linear.app/uniswap/issue/CX-519/uniswap-document-updatesissues-to-repair
  • Loading branch information
Rachel-Eichenberger committed Feb 28, 2024
1 parent 24bf96b commit 995099a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import { HttpLink } from 'apollo-link-http'

export const client = new ApolloClient({
link: new HttpLink({
uri: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2',
uri: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v2-dev',
}),
cache: new InMemoryCache(),
})
Expand Down Expand Up @@ -195,7 +195,7 @@ import gql from 'graphql-tag'

export const client = new ApolloClient({
link: new HttpLink({
uri: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2',
uri: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v2-dev',
}),
fetchOptions: {
mode: 'no-cors',
Expand Down

0 comments on commit 995099a

Please sign in to comment.