From 995099ab3ecdd40a5d1bcff261f70500f1649691 Mon Sep 17 00:00:00 2001 From: Rachel-Eichenberger <60412342+Rachel-Eichenberger@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:31:28 -0800 Subject: [PATCH] Update: Subgraph API links Update for the subgraph links. replacing the old subgraph that crashed. https://linear.app/uniswap/issue/CX-519/uniswap-document-updatesissues-to-repair --- .../v2/guides/interface-integration/01-using-the-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contracts/v2/guides/interface-integration/01-using-the-api.md b/docs/contracts/v2/guides/interface-integration/01-using-the-api.md index 9657db4182..688f4f8188 100644 --- a/docs/contracts/v2/guides/interface-integration/01-using-the-api.md +++ b/docs/contracts/v2/guides/interface-integration/01-using-the-api.md @@ -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(), }) @@ -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',