Skip to content

Commit

Permalink
Remove mumbainet
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jul 5, 2023
1 parent 987345f commit e3a4480
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
mumbainet:
uri: https://rpc.tzkt.io/mumbainet
timeout: 20
requests_per_second: 20
nairobinet:
uri: https://rpc.tzkt.io/nairobinet
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
mumbainet:
mempool: https://mempool.test.dipdup.net/v1/graphql
nairobinet:
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
mumbainet: https://rpc.tzkt.io/mumbainet
nairobinet: https://rpc.tzkt.io/nairobinet
networks:
- mainnet
- ghostnet
- mumbainet
- nairobinet
connections:
max: 50
Expand All @@ -83,8 +75,6 @@ indexer:
# receiver_threads: 5
# ghostnet:
# receiver_threads: 10
# mumbainet:
# receiver_threads: 10
nairobinet:
receiver_threads: 10
connections:
Expand All @@ -100,7 +90,6 @@ scripts:
networks:
- mainnet
- ghostnet
- mumbainet
- nairobinet
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
mumbainet:
uri: https://rpc.tzkt.io/mumbainet
timeout: 20
requests_per_second: 20
nairobinet:
uri: https://rpc.tzkt.io/nairobinet
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
mumbainet:
mempool: https://mempool.test.dipdup.net/v1/graphql
nairobinet:
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
mumbainet: https://rpc.tzkt.io/mumbainet
nairobinet: https://rpc.tzkt.io/nairobinet
networks:
- mainnet
- ghostnet
- mumbainet
- nairobinet
connections:
max: 50
Expand All @@ -84,8 +76,6 @@ indexer:
receiver_threads: ${MAINNET_THREADS:-1}
ghostnet:
receiver_threads: ${TESTNET_THREADS:-1}
mumbainet:
receiver_threads: ${TESTNET_THREADS:-1}
nairobinet:
receiver_threads: ${TESTNET_THREADS:-1}
connections:
Expand All @@ -101,7 +91,6 @@ scripts:
networks:
- mainnet
- ghostnet
- mumbainet
- nairobinet
connections:
max: 5
Expand Down

0 comments on commit e3a4480

Please sign in to comment.