Add recommended fee percentile config (#394)

This commit is contained in:
andrewtoth
2021-03-18 05:52:46 +00:00
committed by GitHub
parent 151516214b
commit cdb992fcf3
4 changed files with 13 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"API_URL_PREFIX": "/api/v1/",
"POLL_RATE_MS": 2000,
"CACHE_DIR": "./cache",
"CLEAR_PROTECTION_MINUTES": 20
"CLEAR_PROTECTION_MINUTES": 20,
"RECOMMENDED_FEE_PERCENTILE": 50
},
"CORE_RPC": {
"HOST": "127.0.0.1",