mirror of
https://github.com/ameensol/pools-ui.git
synced 2026-01-10 05:47:57 -05:00
15 lines
499 B
YAML
15 lines
499 B
YAML
sources:
|
|
# - name: goerli
|
|
# handler:
|
|
# graphql:
|
|
# endpoint: https://api.studio.thegraph.com/query/40189/privacy-pools/v0.0.6
|
|
- name: privacy-pools
|
|
handler:
|
|
graphql:
|
|
# endpoint: https://api.thegraph.com/subgraphs/name/ameensol/privacy-pools
|
|
endpoint: https://api.thegraph.com/subgraphs/name/schmidsi/pools-graph
|
|
|
|
documents:
|
|
- ./src/query/commitments.graphql
|
|
- ./src/query/subsetRootsByTimestamp.graphql
|
|
- ./src/query/subsetDataByNullifier.graphql |