-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConstants.js
182 lines (168 loc) · 5.17 KB
/
Constants.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
export const paths = {
home: "/",
// dashboard: "/Dashboard",
dashboard: "/Accounts",
accounts: "/Accounts",
membership: "/Membership",
howtouse: "/Docs",
settings: "/Settings",
};
export const prices = {
free: {
name: "Free",
Price: 0,
accounts: 0,
demoAccounts: 2,
id: null,
limit: false,
type: "subscription",
},
basic: {
name: "Basic",
Price: 98,
accounts: 2,
demoAccounts: 4,
id: process.env.NEXT_PUBLIC_PRICE_BASIC,
limit: false,
type: "subscription",
},
advanced: {
name: "Advanced",
Price: 198,
accounts: 5,
demoAccounts: 6,
id: process.env.NEXT_PUBLIC_PRICE_ADVANCED,
limit: false,
type: "subscription",
},
pro: {
name: "Pro",
Price: 358,
accounts: 10,
demoAccounts: 10,
id: process.env.NEXT_PUBLIC_PRICE_PRO,
limit: false,
type: "subscription",
},
lifetime: {
name: "Life Time",
Price: 998,
OldPrice: 1888,
accounts: 8,
demoAccounts: 8,
id: process.env.NEXT_PUBLIC_PRICE_LIFETIME,
limit: true,
expire: 10,
lifetime: true,
type: "intent",
},
};
export const accountsTypes = {
real: "Real",
demo: "Demo",
};
export const firebaseConfig =
process.env.NEXT_PUBLIC_MODE === "Live"
? {
apiKey: "AIzaSyD4MgfC1xAiy8w57ppsh4I0QRRXNH62u2U",
authDomain: "auth.dojibot.com",
projectId: "dojibot-29cb7",
storageBucket: "dojibot-29cb7.appspot.com",
messagingSenderId: "496467423343",
appId: "1:496467423343:web:d1e8082b746de8bbc35d9a",
}
: {
apiKey: "AIzaSyCNboygqhiVSCRWZ-RGAhgwityFtLdJgOQ",
authDomain: "ea-website-5968a.firebaseapp.com",
projectId: "ea-website-5968a",
storageBucket: "ea-website-5968a.appspot.com",
messagingSenderId: "555783767028",
appId: "1:555783767028:web:fed6f60d92a9216597afa1",
};
export function getNameByPriceId(id) {
let r = null;
prices.forEach((v) => {
if (v.id == id) r = v.name;
});
return r;
}
export function getAccountsByPriceId(id, type) {
let r = null;
for (const key in prices) {
const v = prices[key];
if (v.id === id) {
if (!type) r = v.accounts + v.demoAccounts;
else if (type === accountsTypes.demo) r = v.demoAccounts;
else if (type === accountsTypes.real) r = v.accounts;
}
}
return r;
}
export const version = process.env.NEXT_PUBLIC_VERSION;
export const message = process.env.NEXT_PUBLIC_MSG;
export const files = {
ex4: () => (window.location = process.env.NEXT_PUBLIC_MT4_FILE),
ex5: () => (window.location = process.env.NEXT_PUBLIC_MT5_FILE),
};
export const email = {
address: "[email protected]",
};
export const questions = [
{
question: "What's the minimum balance to start using our bot?",
answer:
"Our recommended balance to use Irins Expert Advisor is $5000. You can start as low as $200 to start EA and make profit in cent account. Our client divide it on many cent account and still get best result.",
},
{
question: "What's the minimum balance to start using our bot?",
answer:
"Our recommended balance to use Irins Expert Advisor is $5000. You can start as low as $200 to start EA and make profit in cent account. Our client divide it on many cent account and still get best result.",
},
{
question: "What's the minimum balance to start using our bot?",
answer:
"Our recommended balance to use Irins Expert Advisor is $5000. You can start as low as $200 to start EA and make profit in cent account. Our client divide it on many cent account and still get best result.",
},
{
question: "What's the minimum balance to start using our bot?",
answer:
"Our recommended balance to use Irins Expert Advisor is $5000. You can start as low as $200 to start EA and make profit in cent account. Our client divide it on many cent account and still get best result.",
},
{
question: "What's the minimum balance to start using our bot?",
answer:
"Our recommended balance to use Irins Expert Advisor is $5000. You can start as low as $200 to start EA and make profit in cent account. Our client divide it on many cent account and still get best result.",
},
{
question: "What's the minimum balance to start using our bot?",
answer:
"Our recommended balance to use Irins Expert Advisor is $5000. You can start as low as $200 to start EA and make profit in cent account. Our client divide it on many cent account and still get best result.",
},
];
export const team = [
{
name: "Nidhal Nouma",
freelancer: "https://www.freelancer.com/u/nidhalnouma",
upwork: "https://www.upwork.com/freelancers/~01768cb96edce5aa4c",
fiver: "",
skype: "",
whatsapp: "",
email: "",
},
{
name: "Hamdi Garraz",
freelancer: "https://www.freelancer.com/u/hamdigarraz",
upwork: "",
fiver: "https://www.fiverr.com/hamdi_g",
skype: "",
whatsapp: "",
email: "",
},
];
export const followUs = {
youtube: "https://www.youtube.com/channel/UC-TYTy9aMvJbUz6lW89aLlA",
facebook: "https://www.facebook.com/",
telegram: "https://www.telegram.com/",
twitter: "https://twitter.com/",
discord: "https://discordapp.com",
};