Fixed Ethereum config

pull/29/head
Jakub Matys 2018-07-31 09:27:32 +02:00
parent 077038e8f8
commit a7101b3ca5
2 changed files with 8 additions and 0 deletions

View File

@ -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": {}
}
},

View File

@ -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": {}
}
},