Made Price feed update configurable (#751)

This commit is contained in:
Priyansh
2021-08-30 01:00:11 +05:30
committed by GitHub
parent b2ec27f54f
commit 0bb52df1e8
3 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,8 @@
"RECOMMENDED_FEE_PERCENTILE": 50,
"BLOCK_WEIGHT_UNITS": 4000000,
"INITIAL_BLOCKS_AMOUNT": 8,
"MEMPOOL_BLOCKS_AMOUNT": 8
"MEMPOOL_BLOCKS_AMOUNT": 8,
"PRICE_FEED_UPDATE_INTERVAL": 3600
},
"CORE_RPC": {
"HOST": "127.0.0.1",