Skip to content

Commit

Permalink
Add base subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Feb 12, 2025
1 parent aafc140 commit cab7a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/strategies/uniswap-v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Check failure on line 6 in src/strategies/uniswap-v3/index.ts

View workflow job for this annotation

GitHub Actions / lint / Lint

Insert `⏎···`
};

export const author = 'anassohail99';
Expand Down

0 comments on commit cab7a79

Please sign in to comment.