Skip to content

Commit

Permalink
Remove jakaratanet from config
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 10, 2022
1 parent e8aee2f commit f811ff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 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
jakartanet:
uri: https://rpc.tzkt.io/jakartanet
timeout: 20
requests_per_second: 10
kathmandunet:
uri: https://rpc.tzkt.io/kathmandunet
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
jakartanet:
mempool: https://mempool.test.dipdup.net/v1/graphql
kathmandunet:
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
jakartanet: https://rpc.tzkt.io/jakartanet
kathmandunet: https://rpc.tzkt.io/kathmandunet
networks:
- mainnet
- ghostnet
- jakartanet
- kathmandunet
connections:
max: 50
Expand All @@ -85,8 +77,6 @@ indexer:
receiver_threads: 5
ghostnet:
receiver_threads: 5
jakartanet:
receiver_threads: 5
kathmandunet:
receiver_threads: 10
connections:
Expand All @@ -102,7 +92,6 @@ scripts:
networks:
- mainnet
- ghostnet
- jakartanet
- kathmandunet
connections:
max: 5
Expand Down
11 changes: 0 additions & 11 deletions configs/production.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
jakartanet:
uri: https://rpc.tzkt.io/jakartanet
timeout: 20
requests_per_second: 10
kathmandunet:
uri: https://rpc.tzkt.io/kathmandunet
timeout: 20
Expand All @@ -26,8 +22,6 @@ services:
mempool: https://mempool.dipdup.net/v1/graphql
ghostnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
jakartanet:
mempool: https://mempool.test.dipdup.net/v1/graphql
kathmandunet:
mempool: https://mempool.test.dipdup.net/v1/graphql

Expand Down Expand Up @@ -66,12 +60,10 @@ api:
rpc:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
jakartanet: https://rpc.tzkt.io/jakartanet
kathmandunet: https://rpc.tzkt.io/kathmandunet
networks:
- mainnet
- ghostnet
- jakartanet
- kathmandunet
connections:
max: 50
Expand All @@ -86,8 +78,6 @@ indexer:
receiver_threads: ${MAINNET_THREADS:-1}
ghostnet:
receiver_threads: ${TESTNET_THREADS:-1}
jakartanet:
receiver_threads: ${TESTNET_THREADS:-1}
kathmandunet:
receiver_threads: ${TESTNET_THREADS:-1}
connections:
Expand All @@ -103,7 +93,6 @@ scripts:
networks:
- mainnet
- ghostnet
- jakartanet
- kathmandunet
connections:
max: 5
Expand Down

0 comments on commit f811ff8

Please sign in to comment.