Skip to content

Commit

Permalink
Merge pull request Uniswap#179 from Uniswap/ian/fee-update
Browse files Browse the repository at this point in the history
fix: hide optimism during regenesis fix
  • Loading branch information
ianlapham authored Nov 12, 2021
2 parents 23d391b + db0b650 commit 7d68402
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 @@ -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
2 changes: 1 addition & 1 deletion src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ export const OptimismNetworkInfo: NetworkInfo = {
blurb: 'L2 Beta',
}

export const SUPPORTED_NETWORK_VERSIONS: NetworkInfo[] = [EthereumNetworkInfo, OptimismNetworkInfo, ArbitrumNetworkInfo]
export const SUPPORTED_NETWORK_VERSIONS: NetworkInfo[] = [EthereumNetworkInfo, ArbitrumNetworkInfo]

0 comments on commit 7d68402

Please sign in to comment.