Skip to content

Commit

Permalink
Revert "fix: change arbitrum subgraph (Uniswap#281)" (Uniswap#287)
Browse files Browse the repository at this point in the history
This reverts commit 4098502.
  • Loading branch information
vm authored Jun 2, 2023
1 parent cd375aa commit ad5c7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apollo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const client = new ApolloClient({
})

export const arbitrumClient = new ApolloClient({
uri: 'https://api.thegraph.com/subgraphs/name/ianlapham/arbitrum-minimal',
uri: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-arbitrum-one',
cache: new InMemoryCache({
typePolicies: {
Token: {
Expand Down
2 changes: 1 addition & 1 deletion src/data/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function useFetchedSubgraphStatus(): {
activeNetwork === EthereumNetworkInfo
? 'uniswap/uniswap-v3'
: activeNetwork === ArbitrumNetworkInfo
? 'ianlapham/arbitrum-minimal'
? 'ianlapham/uniswap-arbitrum-one'
: 'ianlapham/uniswap-optimism',
},
})
Expand Down

0 comments on commit ad5c7b7

Please sign in to comment.