34 lines
947 B
TypeScript
Raw Normal View History

2023-05-19 15:22:48 -03:00
import { IGroup } from "@/src/types/loginTypes";
export const groups: IGroup[] = [
2023-06-01 19:10:48 +02:00
{
experiment: "InitiatePage",
experimentGroup: "initiate_page_no_video"
},
{ experiment: "ChatQAChannel", experimentGroup: "control" },
{
experiment: "MarketSearchRecommendations",
experimentGroup: "premium_credit_purchases_14_days"
},
{ experiment: "SurveyLocation", experimentGroup: "EXIT" },
{ experiment: "GamesightAB", experimentGroup: "a" }
2023-05-19 15:22:48 -03:00
];
export const platformCDNs = [
2023-06-01 19:10:48 +02:00
"https://content.warframe.com/",
"https://content-xb1.warframe.com/",
"https://content-ps4.warframe.com/",
"https://content-swi.warframe.com/",
"https://content-mob.warframe.com/"
2023-05-19 15:22:48 -03:00
];
export const Nonce = 1231231233;
export const NRS = ["104.237.145.11", "139.144.69.73", "170.187.231.80", "45.33.58.33", "85.159.214.213"];
export const DTLS = 99;
2023-05-31 18:44:17 +02:00
export const IRC = ["localhost"];
2023-05-19 15:22:48 -03:00
export const HUB = "https://arbiter.warframe.com/api/";