UNPKG
doloresqui
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
github.com/BryanaHauck/doloresqui.git
BryanaHauck/doloresqui
doloresqui
/
src
/
consts
/
time.ts
7 lines
(6 loc)
•
189 B
text/typescript
View Raw
1
2
3
4
5
6
7
// time in seconds
export
const
time = { QUOTES_REFRESH:
60
, ACTIVE_ROUTES_REFRESH:
30
, USER_BALANCES_REFRESH:
120
// for all the tokens (to display the balance in the token list)
};