From 4df2824984d7bc913ffccb8e7a50623060eb0bb2 Mon Sep 17 00:00:00 2001 From: Justin Domingue Date: Wed, 13 Oct 2021 13:59:01 -0400 Subject: [PATCH] update arbitrum subgraph url fee tier working, tick data not in this subgraph --- src/state/data/slice.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/data/slice.ts b/src/state/data/slice.ts index f9b328d09b..7429d5bbc8 100644 --- a/src/state/data/slice.ts +++ b/src/state/data/slice.ts @@ -10,8 +10,8 @@ const CHAIN_SUBGRAPH_URL: Record = { [SupportedChainId.MAINNET]: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3', [SupportedChainId.RINKEBY]: 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v3', - [SupportedChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-arbitrum-one', - + [SupportedChainId.ARBITRUM_ONE]: 'https://api.thegraph.com/subgraphs/name/ianlapham/arbitrum-minimal', + [SupportedChainId.OPTIMISM]: 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-optimism-dev', }