diff --git a/src/strategies/uniswap-v3/index.ts b/src/strategies/uniswap-v3/index.ts index 2224dacdf..5ef8c78c8 100644 --- a/src/strategies/uniswap-v3/index.ts +++ b/src/strategies/uniswap-v3/index.ts @@ -2,7 +2,8 @@ import { subgraphRequest } from '../../utils'; import { getAllReserves } from './helper'; const UNISWAP_V3_SUBGRAPH_URL = { - '1': 'https://subgrapher.snapshot.org/subgraph/arbitrum/5zvR82QoaXYFyDEKLZ9t6v9adgnptxYpKpSbxtgVENFV' + '1': 'https://subgrapher.snapshot.org/subgraph/arbitrum/5zvR82QoaXYFyDEKLZ9t6v9adgnptxYpKpSbxtgVENFV', + '8453': 'https://subgrapher.snapshot.org/subgraph/arbitrum/43Hwfi3dJSoGpyas9VwNoDAv55yjgGrPpNSmbQZArzMG' }; export const author = 'anassohail99';