-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.graphclientrc.yml
45 lines (41 loc) · 1.15 KB
/
.graphclientrc.yml
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
35
36
37
38
39
40
41
42
43
44
45
sources:
- name: arbitrum
handler:
graphql:
endpoint: https://subgraph.satsuma-prod.com/8a26f33a279b/ledgity--128781/ledgity-subgraph/api
transforms:
- prefix:
mode: wrap
value: "c42161_"
includeRootOperations: true
includeTypes: false
- name: linea
handler:
graphql:
endpoint: https://subgraph.satsuma-prod.com/8a26f33a279b/ledgity--128781/ledgity-linea/api
transforms:
- prefix:
mode: wrap
value: "c59144_"
includeRootOperations: true
includeTypes: false
- name: ethereum
handler:
graphql:
endpoint: https://subgraph.satsuma-prod.com/8a26f33a279b/ledgity--128781/eth-vault/api
transforms:
- prefix:
mode: wrap
value: "c1_"
includeRootOperations: true
includeTypes: false
- name: base
handler:
graphql:
endpoint: https://subgraph.satsuma-prod.com/8a26f33a279b/ledgity--128781/ledgity-yield-base/api
transforms:
- prefix:
mode: wrap
value: "c8453_"
includeRootOperations: true
includeTypes: false