diff --git a/configs/coins/ethereum.json b/configs/coins/ethereum.json index 3c2b4c7b..98f0b3e2 100644 --- a/configs/coins/ethereum.json +++ b/configs/coins/ethereum.json @@ -41,6 +41,10 @@ "explorer_url": "https://etherscan.io/", "additional_params": "", "block_chain": { + "parse": true, + "mempool_workers": 8, + "mempool_sub_workers": 2, + "block_addresses_to_keep": 300, "additional_params": {} } }, diff --git a/configs/coins/ethereum_testnet_ropsten.json b/configs/coins/ethereum_testnet_ropsten.json index 63618c67..6b3637c9 100644 --- a/configs/coins/ethereum_testnet_ropsten.json +++ b/configs/coins/ethereum_testnet_ropsten.json @@ -41,6 +41,10 @@ "explorer_url": "https://ropsten.etherscan.io/", "additional_params": "", "block_chain": { + "parse": true, + "mempool_workers": 8, + "mempool_sub_workers": 2, + "block_addresses_to_keep": 300, "additional_params": {} } },