forked from subsquid-quests/quad-chain-squid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsquid.yaml
37 lines (37 loc) · 748 Bytes
/
squid.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
35
36
37
manifestVersion: subsquid.io/v0.1
name: quest-quad-chain-squid
version: 1
description: A squid that indexes USDC transfers on ETH, BSC, Base and Moonbeam
build:
deploy:
addons:
postgres:
processor:
- name: eth-processor
cmd:
- node
- lib/eth/main
- name: bsc-processor
cmd:
- node
- lib/bsc/main
- name: base-processor
cmd:
- node
- lib/base/main
- name: moonbeam-processor
cmd:
- node
- lib/moonbeam/main
api:
cmd:
- npx
- squid-graphql-server
- '--dumb-cache'
- in-memory
- '--dumb-cache-ttl'
- '1000'
- '--dumb-cache-size'
- '100'
- '--dumb-cache-max-age'
- '1000'