Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update optimism subgraph url (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Domingue authored Sep 1, 2021
1 parent d922447 commit cd50d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/data/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const CHAIN_SUBGRAPH_URL: Record<number, string> = {

[SupportedChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-arbitrum-one',

[SupportedChainId.OPTIMISM]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-optimism',
[SupportedChainId.OPTIMISM]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-optimism-dev',
}

export const api = createApi({
Expand Down

0 comments on commit cd50d57

Please sign in to comment.