File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 11
11
uri : https://rpc.tzkt.io/parisnet
12
12
timeout : 20
13
13
requests_per_second : 20
14
+ quebecnet :
15
+ uri : https://rpc.tzkt.io/quebecnet
16
+ timeout : 20
17
+ requests_per_second : 20
14
18
15
19
log_level : ${LOG_LEVEL:-info}
16
-
20
+
17
21
services :
18
22
mainnet :
19
23
mempool : https://mempool.dipdup.net/v1/graphql
20
24
ghostnet :
21
25
mempool : https://mempool.test.dipdup.net/v1/graphql
22
26
parisnet :
23
27
mempool : https://mempool.test.dipdup.net/v1/graphql
28
+ quebecnet :
29
+ mempool : https://mempool.test.dipdup.net/v1/graphql
24
30
25
31
storage :
26
- pg :
32
+ pg :
27
33
host : ${DB_HOSTNAME:-db}
28
34
port : 5432
29
35
user : ${POSTGRES_USER}
61
67
mainnet : https://rpc.tzkt.io/mainnet
62
68
ghostnet : https://rpc.tzkt.io/ghostnet
63
69
parisnet : https://rpc.tzkt.io/parisnet
70
+ quebecnet : https://rpc.tzkt.io/quebecnet
64
71
networks :
65
72
- mainnet
66
73
- ghostnet
67
74
- parisnet
75
+ - quebecnet
68
76
69
77
indexer :
70
78
project_name : indexer
@@ -76,6 +84,8 @@ indexer:
76
84
receiver_threads : ${TESTNET_THREADS:-10}
77
85
parisnet :
78
86
receiver_threads : ${TESTNET_THREADS:-10}
87
+ quebecnet :
88
+ receiver_threads : 10
79
89
80
90
scripts :
81
91
aws :
@@ -87,3 +97,4 @@ scripts:
87
97
- mainnet
88
98
- ghostnet
89
99
- parisnet
100
+ - quebecnet
You can’t perform that action at this time.
0 commit comments