From e3a44800fddad51c44628ad92fb671282740d9e0 Mon Sep 17 00:00:00 2001 From: Artem Date: Wed, 5 Jul 2023 19:50:47 +0200 Subject: [PATCH] Remove mumbainet --- configs/development.yml | 11 ----------- configs/production.yml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/configs/development.yml b/configs/development.yml index fce15e75b..d39803963 100644 --- a/configs/development.yml +++ b/configs/development.yml @@ -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 @@ -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 @@ -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 @@ -83,8 +75,6 @@ indexer: # receiver_threads: 5 # ghostnet: # receiver_threads: 10 - # mumbainet: - # receiver_threads: 10 nairobinet: receiver_threads: 10 connections: @@ -100,7 +90,6 @@ scripts: networks: - mainnet - ghostnet - - mumbainet - nairobinet connections: max: 5 diff --git a/configs/production.yml b/configs/production.yml index ff262e611..d40b4a0a8 100644 --- a/configs/production.yml +++ b/configs/production.yml @@ -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 @@ -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 @@ -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 @@ -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: @@ -101,7 +91,6 @@ scripts: networks: - mainnet - ghostnet - - mumbainet - nairobinet connections: max: 5