@pancakeswap/pools 5.1.16 → 5.1.17

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
@@ -222,7 +222,22 @@ var livePools5 = [
222
222
  }));
223
223
  var finishedPools5 = [];
224
224
  var pools5 = [...livePools5, ...finishedPools5];
225
- var livePools6 = [];
225
+ var livePools6 = [
226
+ {
227
+ sousId: 2,
228
+ stakingToken: zksyncTokens.cake,
229
+ earningToken: zksyncTokens.meow,
230
+ contractAddress: "0x3BF2521A44502eDC06efA069be66694ec4d3AB65",
231
+ poolCategory: "Core" /* CORE */,
232
+ tokenPerSecond: "765.8656",
233
+ version: 3
234
+ }
235
+ ].map((p) => ({
236
+ ...p,
237
+ contractAddress: getAddress(p.contractAddress),
238
+ stakingToken: p.stakingToken.serialize,
239
+ earningToken: p.earningToken.serialize
240
+ }));
226
241
  var finishedPools6 = [
227
242
  {
228
243
  sousId: 1,
@@ -349,6 +364,24 @@ var livePools9 = [
349
364
  tokenPerBlock: "10",
350
365
  isFinished: false
351
366
  },
367
+ {
368
+ sousId: 377,
369
+ stakingToken: bscTokens.cake,
370
+ earningToken: bscTokens.pepe,
371
+ contractAddress: "0x625079cE28FaBe21F032083426288a82a69a2344",
372
+ poolCategory: "Core" /* CORE */,
373
+ tokenPerBlock: "1407",
374
+ version: 3
375
+ },
376
+ {
377
+ sousId: 376,
378
+ stakingToken: bscTokens.cake,
379
+ earningToken: bscTokens.via,
380
+ contractAddress: "0x0043bc9b395245B63eA548Bb11c7d2609Bf7B327",
381
+ poolCategory: "Core" /* CORE */,
382
+ tokenPerBlock: "0.01157",
383
+ version: 3
384
+ },
352
385
  {
353
386
  sousId: 375,
354
387
  stakingToken: bscTokens.cake,