@pancakeswap/pools 5.1.26 → 5.1.28

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/index.mjs CHANGED
@@ -255,7 +255,31 @@ var finishedPools6 = [
255
255
  earningToken: p.earningToken.serialize
256
256
  }));
257
257
  var pools6 = [...livePools6, ...finishedPools6];
258
- var livePools7 = [];
258
+ var livePools7 = [
259
+ {
260
+ sousId: 5,
261
+ stakingToken: arbitrumTokens.alp,
262
+ earningToken: arbitrumTokens.arb,
263
+ contractAddress: "0xD2e71125ec0313874d578454E28086fba7444c0c",
264
+ poolCategory: "Core" /* CORE */,
265
+ tokenPerSecond: "0.0310019841",
266
+ version: 3
267
+ },
268
+ {
269
+ sousId: 4,
270
+ stakingToken: arbitrumTokens.alp,
271
+ earningToken: arbitrumTokens.arb,
272
+ contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
273
+ poolCategory: "Core" /* CORE */,
274
+ tokenPerSecond: "0.0310019841",
275
+ version: 3
276
+ }
277
+ ].map((p) => ({
278
+ ...p,
279
+ contractAddress: getAddress(p.contractAddress),
280
+ stakingToken: p.stakingToken.serialize,
281
+ earningToken: p.earningToken.serialize
282
+ }));
259
283
  var finishedPools7 = [
260
284
  {
261
285
  sousId: 3,
@@ -363,6 +387,14 @@ var livePools9 = [
363
387
  tokenPerBlock: "10",
364
388
  isFinished: false
365
389
  },
390
+ {
391
+ sousId: 381,
392
+ stakingToken: bscTokens.cake,
393
+ earningToken: bscTokens.pepe,
394
+ contractAddress: "0xD85e40C414D04F63D991b3e1863Ff8eff1Dfd230",
395
+ poolCategory: "Core" /* CORE */,
396
+ tokenPerBlock: "3282.760069632"
397
+ },
366
398
  {
367
399
  sousId: 380,
368
400
  stakingToken: bscTokens.cake,
@@ -3712,6 +3744,11 @@ var arbBoostedPools = [
3712
3744
  boosterType: 0 /* ALP */,
3713
3745
  contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
3714
3746
  tooltipsText: "Fee APY include the transaction fees shared in the ALP pool, funding rates for positions held, and liquidation income, and will be reflected in the growth of the ALP price. Stake APY is the return for staking ALP. Both Annualized using compound interest, for reference purposes only."
3747
+ },
3748
+ {
3749
+ boosterType: 0 /* ALP */,
3750
+ contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
3751
+ tooltipsText: "Fee APY include the transaction fees shared in the ALP pool, funding rates for positions held, and liquidation income, and will be reflected in the growth of the ALP price. Stake APY is the return for staking ALP. Both Annualized using compound interest, for reference purposes only."
3715
3752
  }
3716
3753
  ];
3717
3754