@pancakeswap/pools 4.0.18 → 4.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/pools/1.d.ts.map +1 -1
- package/dist/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +28 -25
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -25
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,8 @@ var VaultKey = /* @__PURE__ */ ((VaultKey2) => {
|
|
|
26
26
|
})(VaultKey || {});
|
|
27
27
|
|
|
28
28
|
// src/constants/pools/1.ts
|
|
29
|
-
var livePools = [
|
|
29
|
+
var livePools = [];
|
|
30
|
+
var finishedPools = [
|
|
30
31
|
{
|
|
31
32
|
sousId: 9,
|
|
32
33
|
stakingToken: ethereumTokens.cake,
|
|
@@ -34,14 +35,7 @@ var livePools = [
|
|
|
34
35
|
contractAddress: "0x3B30A93D056e9A1156D0f17CBd05B711c4232C84",
|
|
35
36
|
poolCategory: "Core" /* CORE */,
|
|
36
37
|
tokenPerSecond: "0.0006045"
|
|
37
|
-
}
|
|
38
|
-
].map((p) => ({
|
|
39
|
-
...p,
|
|
40
|
-
contractAddress: getAddress(p.contractAddress),
|
|
41
|
-
stakingToken: p.stakingToken.serialize,
|
|
42
|
-
earningToken: p.earningToken.serialize
|
|
43
|
-
}));
|
|
44
|
-
var finishedPools = [
|
|
38
|
+
},
|
|
45
39
|
{
|
|
46
40
|
sousId: 8,
|
|
47
41
|
stakingToken: ethereumTokens.cake,
|
|
@@ -124,6 +118,15 @@ var livePools2 = [
|
|
|
124
118
|
tokenPerBlock: "10",
|
|
125
119
|
isFinished: false
|
|
126
120
|
},
|
|
121
|
+
{
|
|
122
|
+
sousId: 364,
|
|
123
|
+
stakingToken: bscTokens.cake,
|
|
124
|
+
earningToken: bscTokens.csix,
|
|
125
|
+
contractAddress: "0x692dF8297495f02f31a24A93D10Bd77D072840d7",
|
|
126
|
+
poolCategory: "Core" /* CORE */,
|
|
127
|
+
tokenPerBlock: "0.5131",
|
|
128
|
+
version: 3
|
|
129
|
+
},
|
|
127
130
|
{
|
|
128
131
|
sousId: 363,
|
|
129
132
|
stakingToken: bscTokens.cake,
|
|
@@ -187,6 +190,22 @@ var livePools2 = [
|
|
|
187
190
|
tokenPerBlock: "0.5594",
|
|
188
191
|
version: 3
|
|
189
192
|
},
|
|
193
|
+
{
|
|
194
|
+
sousId: 347,
|
|
195
|
+
stakingToken: bscTokens.cake,
|
|
196
|
+
earningToken: bscTokens.tusd,
|
|
197
|
+
contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
|
|
198
|
+
poolCategory: "Core" /* CORE */,
|
|
199
|
+
tokenPerBlock: "0.02314",
|
|
200
|
+
version: 3
|
|
201
|
+
}
|
|
202
|
+
].map((p) => ({
|
|
203
|
+
...p,
|
|
204
|
+
contractAddress: getAddress(p.contractAddress),
|
|
205
|
+
stakingToken: p.stakingToken.serialize,
|
|
206
|
+
earningToken: p.earningToken.serialize
|
|
207
|
+
}));
|
|
208
|
+
var finishedPools2 = [
|
|
190
209
|
{
|
|
191
210
|
sousId: 352,
|
|
192
211
|
stakingToken: bscTokens.cake,
|
|
@@ -205,22 +224,6 @@ var livePools2 = [
|
|
|
205
224
|
tokenPerBlock: "0.02411",
|
|
206
225
|
version: 3
|
|
207
226
|
},
|
|
208
|
-
{
|
|
209
|
-
sousId: 347,
|
|
210
|
-
stakingToken: bscTokens.cake,
|
|
211
|
-
earningToken: bscTokens.tusd,
|
|
212
|
-
contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
|
|
213
|
-
poolCategory: "Core" /* CORE */,
|
|
214
|
-
tokenPerBlock: "0.02314",
|
|
215
|
-
version: 3
|
|
216
|
-
}
|
|
217
|
-
].map((p) => ({
|
|
218
|
-
...p,
|
|
219
|
-
contractAddress: getAddress(p.contractAddress),
|
|
220
|
-
stakingToken: p.stakingToken.serialize,
|
|
221
|
-
earningToken: p.earningToken.serialize
|
|
222
|
-
}));
|
|
223
|
-
var finishedPools2 = [
|
|
224
227
|
{
|
|
225
228
|
sousId: 354,
|
|
226
229
|
stakingToken: bscTokens.cake,
|