@pancakeswap/pools 5.1.8 → 5.1.10
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 +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"56.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/56.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAsEnC,CAAA;
|
|
1
|
+
{"version":3,"file":"56.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/56.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAsEnC,CAAA;AA64FH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -357,6 +357,15 @@ var livePools9 = [
|
|
|
357
357
|
tokenPerBlock: "10",
|
|
358
358
|
isFinished: false
|
|
359
359
|
},
|
|
360
|
+
{
|
|
361
|
+
sousId: 370,
|
|
362
|
+
stakingToken: tokens.bscTokens.cake,
|
|
363
|
+
earningToken: tokens.bscTokens.defi,
|
|
364
|
+
contractAddress: "0x887b8E18cb4aE23A4db11B365cc20fD0Cf00FEe0",
|
|
365
|
+
poolCategory: "Core" /* CORE */,
|
|
366
|
+
tokenPerBlock: "0.01736",
|
|
367
|
+
version: 3
|
|
368
|
+
},
|
|
360
369
|
{
|
|
361
370
|
sousId: 369,
|
|
362
371
|
stakingToken: tokens.bscTokens.cake,
|
|
@@ -402,15 +411,6 @@ var livePools9 = [
|
|
|
402
411
|
tokenPerBlock: "0.003858",
|
|
403
412
|
isFinished: false,
|
|
404
413
|
version: 3
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
sousId: 364,
|
|
408
|
-
stakingToken: tokens.bscTokens.cake,
|
|
409
|
-
earningToken: tokens.bscTokens.csix,
|
|
410
|
-
contractAddress: "0x692dF8297495f02f31a24A93D10Bd77D072840d7",
|
|
411
|
-
poolCategory: "Core" /* CORE */,
|
|
412
|
-
tokenPerBlock: "0.5131",
|
|
413
|
-
version: 3
|
|
414
414
|
}
|
|
415
415
|
].map((p) => ({
|
|
416
416
|
...p,
|
|
@@ -419,6 +419,15 @@ var livePools9 = [
|
|
|
419
419
|
earningToken: p.earningToken.serialize
|
|
420
420
|
}));
|
|
421
421
|
var finishedPools9 = [
|
|
422
|
+
{
|
|
423
|
+
sousId: 364,
|
|
424
|
+
stakingToken: tokens.bscTokens.cake,
|
|
425
|
+
earningToken: tokens.bscTokens.csix,
|
|
426
|
+
contractAddress: "0x692dF8297495f02f31a24A93D10Bd77D072840d7",
|
|
427
|
+
poolCategory: "Core" /* CORE */,
|
|
428
|
+
tokenPerBlock: "0.5131",
|
|
429
|
+
version: 3
|
|
430
|
+
},
|
|
422
431
|
{
|
|
423
432
|
sousId: 363,
|
|
424
433
|
stakingToken: tokens.bscTokens.cake,
|