@pancakeswap/pools 5.1.32 → 5.1.34
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/42161.d.ts.map +1 -1
- package/dist/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +33 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -250,6 +250,15 @@ var finishedPools6 = [
|
|
|
250
250
|
}));
|
|
251
251
|
var pools6 = [...livePools6, ...finishedPools6];
|
|
252
252
|
var livePools7 = [
|
|
253
|
+
{
|
|
254
|
+
sousId: 7,
|
|
255
|
+
stakingToken: arbitrumTokens.cake,
|
|
256
|
+
earningToken: arbitrumTokens.egp,
|
|
257
|
+
contractAddress: "0xd8c20746A3045859D20171C9a47261378AdfbDdE",
|
|
258
|
+
poolCategory: "Core" /* CORE */,
|
|
259
|
+
tokenPerSecond: "0.000643004",
|
|
260
|
+
version: 3
|
|
261
|
+
},
|
|
253
262
|
{
|
|
254
263
|
sousId: 6,
|
|
255
264
|
stakingToken: arbitrumTokens.alp,
|
|
@@ -390,6 +399,30 @@ var livePools9 = [
|
|
|
390
399
|
tokenPerBlock: "10",
|
|
391
400
|
isFinished: false
|
|
392
401
|
},
|
|
402
|
+
{
|
|
403
|
+
sousId: 389,
|
|
404
|
+
stakingToken: bscTokens.cake,
|
|
405
|
+
earningToken: bscTokens.pepe,
|
|
406
|
+
contractAddress: "0xAe5C953c0C7a179A08e2554C8A3506D7805E1254",
|
|
407
|
+
poolCategory: "Core" /* CORE */,
|
|
408
|
+
tokenPerBlock: "5022.5008"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
sousId: 388,
|
|
412
|
+
stakingToken: bscTokens.cake,
|
|
413
|
+
earningToken: bscTokens.poolx,
|
|
414
|
+
contractAddress: "0x68A07e7701564eA5a47812cEf7935E2eF1B505f8",
|
|
415
|
+
poolCategory: "Core" /* CORE */,
|
|
416
|
+
tokenPerBlock: "0.0055"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
sousId: 387,
|
|
420
|
+
stakingToken: bscTokens.cake,
|
|
421
|
+
earningToken: bscTokens.csix,
|
|
422
|
+
contractAddress: "0xC5275FFD108F9Df6ce7dE987686803605018a692",
|
|
423
|
+
poolCategory: "Core" /* CORE */,
|
|
424
|
+
tokenPerBlock: "0.4351"
|
|
425
|
+
},
|
|
393
426
|
{
|
|
394
427
|
sousId: 386,
|
|
395
428
|
stakingToken: bscTokens.cake,
|