Skip to content

Commit

Permalink
Remove kathmandu from indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Dec 27, 2022
1 parent 37d2c66 commit 4744fc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions configs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ rpc:
uri: https://rpc.tzkt.io/ghostnet
timeout: 20
requests_per_second: 10
kathmandunet:
uri: https://rpc.tzkt.io/kathmandunet
timeout: 20
requests_per_second: 10
limanet:
uri: https://rpc.tzkt.io/limanet
timeout: 20
Expand All @@ -25,8 +21,6 @@ services:
mempool: https://mempool.dipdup.net/v1/graphql
ghostnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
kathmandunet:
mempool: https://mempool.test.dipdup.net/v1/graphql
limanet:
mempool: https://mempool.test.dipdup.net/v1/graphql

Expand Down Expand Up @@ -65,12 +59,10 @@ api:
rpc:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
kathmandunet: https://rpc.tzkt.io/kathmandunet
limanet: https://rpc.tzkt.io/limanet
networks:
- mainnet
- ghostnet
- kathmandunet
- limanet
connections:
max: 50
Expand All @@ -85,8 +77,6 @@ indexer:
receiver_threads: 5
ghostnet:
receiver_threads: 5
kathmandunet:
receiver_threads: 10
limanet:
receiver_threads: 10
connections:
Expand All @@ -102,7 +92,6 @@ scripts:
networks:
- mainnet
- ghostnet
- kathmandunet
- limanet
connections:
max: 5
Expand Down
2 changes: 0 additions & 2 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ indexer:
receiver_threads: ${MAINNET_THREADS:-1}
ghostnet:
receiver_threads: ${TESTNET_THREADS:-1}
kathmandunet:
receiver_threads: ${TESTNET_THREADS:-1}
limanet:
receiver_threads: ${TESTNET_THREADS:-1}
connections:
Expand Down

0 comments on commit 4744fc5

Please sign in to comment.