From 3c072c5f78af93cf436bbbf1484ddcfb24ab1d9d Mon Sep 17 00:00:00 2001 From: Artem Poltorzhitskiy Date: Fri, 9 Feb 2024 23:37:16 +0100 Subject: [PATCH] Remove nairobinet (#1013) --- configs/development.yml | 11 ----------- configs/production.yml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/configs/development.yml b/configs/development.yml index 351eb6f60..6ddad01d7 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: 15 - nairobinet: - uri: https://rpc.tzkt.io/nairobinet - timeout: 20 - requests_per_second: 15 oxfordnet: uri: https://rpc.tzkt.io/oxfordnet timeout: 20 @@ -23,8 +19,6 @@ services: mempool: https://mempool.dipdup.net/v1/graphql ghostnet: mempool: https://mempool.test.dipdup.net/v1/graphql - nairobinet: - mempool: https://mempool.test.dipdup.net/v1/graphql oxfordnet: mempool: https://mempool.test.dipdup.net/v1/graphql @@ -63,12 +57,10 @@ api: rpc: mainnet: https://rpc.tzkt.io/mainnet ghostnet: https://rpc.tzkt.io/ghostnet - nairobinet: https://rpc.tzkt.io/nairobinet oxfordnet: https://rpc.tzkt.io/oxfordnet networks: - mainnet - ghostnet - - nairobinet - oxfordnet indexer: @@ -79,8 +71,6 @@ indexer: receiver_threads: 5 ghostnet: receiver_threads: 5 - nairobinet: - receiver_threads: 15 oxfordnet: receiver_threads: 10 @@ -88,5 +78,4 @@ scripts: networks: - mainnet - ghostnet - - nairobinet - oxfordnet diff --git a/configs/production.yml b/configs/production.yml index f603a2f37..73bdd302d 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 - nairobinet: - uri: https://rpc.tzkt.io/nairobinet - timeout: 20 - requests_per_second: 10 oxfordnet: uri: https://rpc.tzkt.io/oxfordnet timeout: 20 @@ -23,8 +19,6 @@ services: mempool: https://mempool.dipdup.net/v1/graphql ghostnet: mempool: https://mempool.test.dipdup.net/v1/graphql - nairobinet: - mempool: https://mempool.test.dipdup.net/v1/graphql oxfordnet: mempool: https://mempool.test.dipdup.net/v1/graphql @@ -66,12 +60,10 @@ api: rpc: mainnet: https://rpc.tzkt.io/mainnet ghostnet: https://rpc.tzkt.io/ghostnet - nairobinet: https://rpc.tzkt.io/nairobinet oxfordnet: https://rpc.tzkt.io/oxfordnet networks: - mainnet - ghostnet - - nairobinet - oxfordnet indexer: @@ -82,8 +74,6 @@ indexer: receiver_threads: ${MAINNET_THREADS:-10} ghostnet: receiver_threads: ${TESTNET_THREADS:-10} - nairobinet: - receiver_threads: ${TESTNET_THREADS:-10} oxfordnet: receiver_threads: ${TESTNET_THREADS:-10} @@ -96,5 +86,4 @@ scripts: networks: - mainnet - ghostnet - - nairobinet - oxfordnet