diff --git a/src/strategies/uniswap-v3/index.ts b/src/strategies/uniswap-v3/index.ts index 2ba02fede..ba4b52630 100644 --- a/src/strategies/uniswap-v3/index.ts +++ b/src/strategies/uniswap-v3/index.ts @@ -3,7 +3,7 @@ import { getAllReserves } from './helper'; const UNISWAP_V3_SUBGRAPH_URL = { '1': 'https://subgrapher.snapshot.org/subgraph/arbitrum/5zvR82QoaXYFyDEKLZ9t6v9adgnptxYpKpSbxtgVENFV', - '8453': + '8453': 'https://subgrapher.snapshot.org/subgraph/arbitrum/43Hwfi3dJSoGpyas9VwNoDAv55yjgGrPpNSmbQZArzMG' };