// 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)
};
