Skip to content

Commit

Permalink
change uniswap v2 subgraph url (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta.eth authored Jul 13, 2023
1 parent 82eeb66 commit ad43248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/stake/stakeUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getAelinETHRates = (): Promise<AelinRatesResponse> => {
).then((r) => r.json())
}

const GRAPH_ENDPOINT = 'https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2'
const GRAPH_ENDPOINT = 'https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v2-dev'
const PAIR_ID = '0x974d51fafc9013e42cbbb9465ea03fe097824bcc'

const query = gql`
Expand Down

0 comments on commit ad43248

Please sign in to comment.