@pancakeswap/pools 5.1.7 → 5.1.9
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/56.d.ts.map +1 -1
- package/dist/index.js +18 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -348,6 +348,15 @@ var livePools9 = [
|
|
|
348
348
|
tokenPerBlock: "10",
|
|
349
349
|
isFinished: false
|
|
350
350
|
},
|
|
351
|
+
{
|
|
352
|
+
sousId: 370,
|
|
353
|
+
stakingToken: bscTokens.cake,
|
|
354
|
+
earningToken: bscTokens.defi,
|
|
355
|
+
contractAddress: "0x887b8E18cb4aE23A4db11B365cc20fD0Cf00FEe0",
|
|
356
|
+
poolCategory: "Core" /* CORE */,
|
|
357
|
+
tokenPerBlock: "0.01736",
|
|
358
|
+
version: 3
|
|
359
|
+
},
|
|
351
360
|
{
|
|
352
361
|
sousId: 369,
|
|
353
362
|
stakingToken: bscTokens.cake,
|
|
@@ -393,15 +402,6 @@ var livePools9 = [
|
|
|
393
402
|
tokenPerBlock: "0.003858",
|
|
394
403
|
isFinished: false,
|
|
395
404
|
version: 3
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
sousId: 364,
|
|
399
|
-
stakingToken: bscTokens.cake,
|
|
400
|
-
earningToken: bscTokens.csix,
|
|
401
|
-
contractAddress: "0x692dF8297495f02f31a24A93D10Bd77D072840d7",
|
|
402
|
-
poolCategory: "Core" /* CORE */,
|
|
403
|
-
tokenPerBlock: "0.5131",
|
|
404
|
-
version: 3
|
|
405
405
|
}
|
|
406
406
|
].map((p) => ({
|
|
407
407
|
...p,
|
|
@@ -410,6 +410,15 @@ var livePools9 = [
|
|
|
410
410
|
earningToken: p.earningToken.serialize
|
|
411
411
|
}));
|
|
412
412
|
var finishedPools9 = [
|
|
413
|
+
{
|
|
414
|
+
sousId: 364,
|
|
415
|
+
stakingToken: bscTokens.cake,
|
|
416
|
+
earningToken: bscTokens.csix,
|
|
417
|
+
contractAddress: "0x692dF8297495f02f31a24A93D10Bd77D072840d7",
|
|
418
|
+
poolCategory: "Core" /* CORE */,
|
|
419
|
+
tokenPerBlock: "0.5131",
|
|
420
|
+
version: 3
|
|
421
|
+
},
|
|
413
422
|
{
|
|
414
423
|
sousId: 363,
|
|
415
424
|
stakingToken: bscTokens.cake,
|