From da4c491eb6c7e2daf22670da7179cf5c56d95681 Mon Sep 17 00:00:00 2001 From: GuticaStefan Date: Wed, 14 Aug 2024 16:48:18 +0300 Subject: [PATCH] Add nodes/tokens fetch features in config files --- config/config.mainnet.yaml | 8 +++++++- config/config.testnet.yaml | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/config/config.mainnet.yaml b/config/config.mainnet.yaml index da3b0645b..9898cfc56 100644 --- a/config/config.mainnet.yaml +++ b/config/config.mainnet.yaml @@ -97,7 +97,13 @@ features: deadLetterQueueName: 'api-process-nfts-dlq' tps: enabled: true - maxLookBehindNonces: 100 + maxLookBehindNonces: 100 + nodesFetch: + enabled: true + serviceUrl: 'https://mainnet-api.multiversx.com' + tokensFetch: + enabled: true + serviceUrl: 'https://mainnet-api.multiversx.com' image: width: 600 height: 600 diff --git a/config/config.testnet.yaml b/config/config.testnet.yaml index b4cc3485c..7b1dbd580 100644 --- a/config/config.testnet.yaml +++ b/config/config.testnet.yaml @@ -97,6 +97,12 @@ features: tps: enabled: true maxLookBehindNonces: 100 + nodesFetch: + enabled: true + serviceUrl: 'https://testnet-api.multiversx.com' + tokensFetch: + enabled: true + serviceUrl: 'https://testnet-api.multiversx.com' image: width: 600 height: 600