Skip to content

Commit

Permalink
Update Optimism Graph link (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel-Eichenberger authored Jun 9, 2022
1 parent c63deae commit 172bcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/v3/subgraph-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SUBGRAPH_URL_BY_CHAIN: { [chainId in ChainId]?: string } = {
[ChainId.RINKEBY]:
'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v3-rinkeby',
[ChainId.OPTIMISM]:
'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-optmism-regen',
'https://api.thegraph.com/subgraphs/name/ianlapham/optimism-post-regenesis',
[ChainId.ARBITRUM_ONE]:
'https://api.thegraph.com/subgraphs/name/ianlapham/arbitrum-minimal',
[ChainId.POLYGON]:
Expand Down

0 comments on commit 172bcd3

Please sign in to comment.