forked from Railgun-Community/cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.graphclientrc.yaml
34 lines (33 loc) · 1.18 KB
/
.graphclientrc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sources:
- name: uniswap-v2-ethereum
handler:
graphql:
# The core Uniswap V2 subgraph is experiencing problems with indexing.
# endpoint: https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2
endpoint: https://api.thegraph.com/subgraphs/name/ianlapham/uniswap-v2-dev
- name: sushiswap-v2-ethereum
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/sushiswap/exchange
- name: sushiswap-v2-polygon
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/sushiswap/matic-exchange
- name: sushiswap-v2-bsc
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/sushiswap/bsc-exchange
- name: sushiswap-v2-arbitrum
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/sushiswap/arbitrum-exchange
- name: pancakeswap-v2-bsc
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/ord786/pancakeswap
- name: quickswap-v2-polygon
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/shivannguyen/quickswap-matic2
documents:
- ./src/graph/graphql/uni-v2-like-query.graphql