@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/constants/pools/324.d.ts.map +1 -1
- package/dist/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +34 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +34 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"324.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/324.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"324.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/324.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAenC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,EAgBvC,CAAA;AAEH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
|
@@ -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,
|
|
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,EAkHnC,CAAA;AAg6FH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -231,7 +231,22 @@ var livePools5 = [
|
|
|
231
231
|
}));
|
|
232
232
|
var finishedPools5 = [];
|
|
233
233
|
var pools5 = [...livePools5, ...finishedPools5];
|
|
234
|
-
var livePools6 = [
|
|
234
|
+
var livePools6 = [
|
|
235
|
+
{
|
|
236
|
+
sousId: 2,
|
|
237
|
+
stakingToken: tokens.zksyncTokens.cake,
|
|
238
|
+
earningToken: tokens.zksyncTokens.meow,
|
|
239
|
+
contractAddress: "0x3BF2521A44502eDC06efA069be66694ec4d3AB65",
|
|
240
|
+
poolCategory: "Core" /* CORE */,
|
|
241
|
+
tokenPerSecond: "765.8656",
|
|
242
|
+
version: 3
|
|
243
|
+
}
|
|
244
|
+
].map((p) => ({
|
|
245
|
+
...p,
|
|
246
|
+
contractAddress: viem.getAddress(p.contractAddress),
|
|
247
|
+
stakingToken: p.stakingToken.serialize,
|
|
248
|
+
earningToken: p.earningToken.serialize
|
|
249
|
+
}));
|
|
235
250
|
var finishedPools6 = [
|
|
236
251
|
{
|
|
237
252
|
sousId: 1,
|
|
@@ -358,6 +373,24 @@ var livePools9 = [
|
|
|
358
373
|
tokenPerBlock: "10",
|
|
359
374
|
isFinished: false
|
|
360
375
|
},
|
|
376
|
+
{
|
|
377
|
+
sousId: 377,
|
|
378
|
+
stakingToken: tokens.bscTokens.cake,
|
|
379
|
+
earningToken: tokens.bscTokens.pepe,
|
|
380
|
+
contractAddress: "0x625079cE28FaBe21F032083426288a82a69a2344",
|
|
381
|
+
poolCategory: "Core" /* CORE */,
|
|
382
|
+
tokenPerBlock: "1407",
|
|
383
|
+
version: 3
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
sousId: 376,
|
|
387
|
+
stakingToken: tokens.bscTokens.cake,
|
|
388
|
+
earningToken: tokens.bscTokens.via,
|
|
389
|
+
contractAddress: "0x0043bc9b395245B63eA548Bb11c7d2609Bf7B327",
|
|
390
|
+
poolCategory: "Core" /* CORE */,
|
|
391
|
+
tokenPerBlock: "0.01157",
|
|
392
|
+
version: 3
|
|
393
|
+
},
|
|
361
394
|
{
|
|
362
395
|
sousId: 375,
|
|
363
396
|
stakingToken: tokens.bscTokens.cake,
|