diff --git a/src/apps/uniswap-v2/ethereum/uniswap-v2.pool.token-fetcher.ts b/src/apps/uniswap-v2/ethereum/uniswap-v2.pool.token-fetcher.ts index a39634163..990673ac5 100644 --- a/src/apps/uniswap-v2/ethereum/uniswap-v2.pool.token-fetcher.ts +++ b/src/apps/uniswap-v2/ethereum/uniswap-v2.pool.token-fetcher.ts @@ -38,9 +38,10 @@ export class EthereumUniswapV2PoolTokenFetcher extends UniswapV2DefaultPoolSubgr groupLabel = 'Pools'; factoryAddress = '0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f'; - subgraphUrl = 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswapv2?source=zapper'; + subgraphUrl = 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v2-dev?source=zapper'; ignoredPools = ['0x3016a43b482d0480460f6625115bd372fe90c6bf']; - first = 5000; + orderBy = 'trackedReserveETH'; + first = 1000; // Todo: remove when subgraph isn't throwing when calling volumeUSD skipVolume = true;