Skip to content

Commit

Permalink
Added quebecnet to prod config (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna authored Dec 4, 2024
1 parent 3eec7cb commit a9dd475
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ rpc:
uri: https://rpc.tzkt.io/parisnet
timeout: 20
requests_per_second: 20
quebecnet:
uri: https://rpc.tzkt.io/quebecnet
timeout: 20
requests_per_second: 20

log_level: ${LOG_LEVEL:-info}

services:
mainnet:
mempool: https://mempool.dipdup.net/v1/graphql
ghostnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
parisnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
quebecnet:
mempool: https://mempool.test.dipdup.net/v1/graphql

storage:
pg:
pg:
host: ${DB_HOSTNAME:-db}
port: 5432
user: ${POSTGRES_USER}
Expand Down Expand Up @@ -61,10 +67,12 @@ api:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
parisnet: https://rpc.tzkt.io/parisnet
quebecnet: https://rpc.tzkt.io/quebecnet
networks:
- mainnet
- ghostnet
- parisnet
- quebecnet

indexer:
project_name: indexer
Expand All @@ -76,6 +84,8 @@ indexer:
receiver_threads: ${TESTNET_THREADS:-10}
parisnet:
receiver_threads: ${TESTNET_THREADS:-10}
quebecnet:
receiver_threads: 10

scripts:
aws:
Expand All @@ -87,3 +97,4 @@ scripts:
- mainnet
- ghostnet
- parisnet
- quebecnet

0 comments on commit a9dd475

Please sign in to comment.