feat: longer lifespan for filtered coins cache

This commit is contained in:
Sérgio Salgado 2020-12-24 13:46:11 +00:00 committed by Josh Harvey
parent 9808a67945
commit 2b1fd83a99
2 changed files with 15 additions and 2 deletions

View file

@ -29,7 +29,7 @@ const CHECK_NOTIFICATION_INTERVAL = 20 * T.seconds
const PENDING_INTERVAL = 10 * T.seconds
const coinFilter = []
const coinFilter = ['ETH']
let _pi, _settings