export const LOCAL_STORAGE_KEYS = {
  SELECTED_PROTOCOL: "selectedProtocol",
};

// 8 hours
export const NOTIFICATION_TTL_IN_SECONDS = 8 * 60 * 60;
