From cd50d576d4f86ca86d382a487d77cf4e99518379 Mon Sep 17 00:00:00 2001 From: Justin Domingue Date: Wed, 1 Sep 2021 11:58:10 -0400 Subject: [PATCH] update optimism subgraph url (#2282) --- src/state/data/slice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/data/slice.ts b/src/state/data/slice.ts index 4400eef8a2..65af301d2b 100644 --- a/src/state/data/slice.ts +++ b/src/state/data/slice.ts @@ -12,7 +12,7 @@ const CHAIN_SUBGRAPH_URL: Record = { [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({