-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsquid.yaml
52 lines (51 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
manifestVersion: subsquid.io/v0.1
name: emotes
version: 2
description: 'A squid indexer for emotes'
build:
deploy:
secrets:
- ETH_MAINNET_RPC
- ETH_SEPOLIA_RPC
- MOONBEAM_RPC
- POLYGON_RPC
- BASE_RPC
- ASTAR_RPC
addons:
rpc:
- eth-sepolia:http
- eth:http
- moonbeam:http
- polygon:http
- base:http
- astar:http
postgres:
processor:
- name: eth-sepolia
cmd: [ "node", "lib/networks/eth-sepolia/main" ]
- name: eth-mainnet
cmd: [ "node", "lib/networks/eth-mainnet/main" ]
- name: moonbeam
cmd: [ "node", "lib/networks/moonbeam/main" ]
- name: polygon
cmd: [ "node", "lib/networks/polygon/main" ]
- name: base
cmd: [ "node", "lib/networks/base/main" ]
- name: astar
cmd: [ "node", "lib/networks/astar/main" ]
api:
cmd:
- npx
- squid-graphql-server
- '--dumb-cache'
- in-memory
- '--dumb-cache-ttl'
- '1000'
- '--dumb-cache-size'
- '100'
- '--dumb-cache-max-age'
- '1000'
scale:
addons:
rpc:
max-rate: 120rps