Skip to content

Commit

Permalink
Remove limanet from configs (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Apr 14, 2023
1 parent 9256cfb commit 7f10779
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
limanet:
uri: https://rpc.tzkt.io/limanet
timeout: 20
requests_per_second: 20
mumbainet:
uri: https://rpc.tzkt.io/mumbainet
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
limanet:
mempool: https://mempool.test.dipdup.net/v1/graphql
mumbainet:
mempool: https://mempool.test.dipdup.net/v1/graphql

Expand Down Expand Up @@ -64,12 +58,10 @@ api:
rpc:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
limanet: https://rpc.tzkt.io/limanet
mumbainet: https://rpc.tzkt.io/mumbainet
networks:
- mainnet
- ghostnet
- limanet
- mumbainet
connections:
max: 50
Expand All @@ -83,8 +75,6 @@ indexer:
receiver_threads: 5
ghostnet:
receiver_threads: 10
limanet:
receiver_threads: 10
mumbainet:
receiver_threads: 10
connections:
Expand All @@ -100,7 +90,6 @@ scripts:
networks:
- mainnet
- ghostnet
- limanet
- mumbainet
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
limanet:
uri: https://rpc.tzkt.io/limanet
timeout: 20
requests_per_second: 20
mumbainet:
uri: https://rpc.tzkt.io/mumbainet
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
limanet:
mempool: https://mempool.test.dipdup.net/v1/graphql
mumbainet:
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
limanet: https://rpc.tzkt.io/limanet
mumbainet: https://rpc.tzkt.io/mumbainet
networks:
- mainnet
- ghostnet
- limanet
- mumbainet
connections:
max: 50
Expand All @@ -84,8 +76,6 @@ indexer:
receiver_threads: ${MAINNET_THREADS:-1}
ghostnet:
receiver_threads: ${TESTNET_THREADS:-1}
limanet:
receiver_threads: ${TESTNET_THREADS:-1}
mumbainet:
receiver_threads: ${TESTNET_THREADS:-1}
connections:
Expand All @@ -101,7 +91,6 @@ scripts:
networks:
- mainnet
- ghostnet
- limanet
- mumbainet
connections:
max: 5
Expand Down

0 comments on commit 7f10779

Please sign in to comment.