@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/constants/boostedPools/arb.d.ts.map +1 -1
- package/dist/constants/pools/42161.d.ts.map +1 -1
- package/dist/constants/pools/56.d.ts.map +1 -1
- package/dist/index.js +38 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +38 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arb.d.ts","sourceRoot":"","sources":["../../../src/constants/boostedPools/arb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAe,MAAM,2BAA2B,CAAA;AAEtE,eAAO,MAAM,eAAe,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"arb.d.ts","sourceRoot":"","sources":["../../../src/constants/boostedPools/arb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAe,MAAM,2BAA2B,CAAA;AAEtE,eAAO,MAAM,eAAe,EAAE,aAAa,EAa1C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"42161.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/42161.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"42161.d.ts","sourceRoot":"","sources":["../../../src/constants/pools/42161.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAA;AAE1D,eAAO,MAAM,SAAS,EAAE,cAAc,EAwBnC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,EAkCvC,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,EAoJnC,CAAA;AAg6FH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -264,7 +264,31 @@ var finishedPools6 = [
|
|
|
264
264
|
earningToken: p.earningToken.serialize
|
|
265
265
|
}));
|
|
266
266
|
var pools6 = [...livePools6, ...finishedPools6];
|
|
267
|
-
var livePools7 = [
|
|
267
|
+
var livePools7 = [
|
|
268
|
+
{
|
|
269
|
+
sousId: 5,
|
|
270
|
+
stakingToken: tokens.arbitrumTokens.alp,
|
|
271
|
+
earningToken: tokens.arbitrumTokens.arb,
|
|
272
|
+
contractAddress: "0xD2e71125ec0313874d578454E28086fba7444c0c",
|
|
273
|
+
poolCategory: "Core" /* CORE */,
|
|
274
|
+
tokenPerSecond: "0.0310019841",
|
|
275
|
+
version: 3
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
sousId: 4,
|
|
279
|
+
stakingToken: tokens.arbitrumTokens.alp,
|
|
280
|
+
earningToken: tokens.arbitrumTokens.arb,
|
|
281
|
+
contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
|
|
282
|
+
poolCategory: "Core" /* CORE */,
|
|
283
|
+
tokenPerSecond: "0.0310019841",
|
|
284
|
+
version: 3
|
|
285
|
+
}
|
|
286
|
+
].map((p) => ({
|
|
287
|
+
...p,
|
|
288
|
+
contractAddress: viem.getAddress(p.contractAddress),
|
|
289
|
+
stakingToken: p.stakingToken.serialize,
|
|
290
|
+
earningToken: p.earningToken.serialize
|
|
291
|
+
}));
|
|
268
292
|
var finishedPools7 = [
|
|
269
293
|
{
|
|
270
294
|
sousId: 3,
|
|
@@ -372,6 +396,14 @@ var livePools9 = [
|
|
|
372
396
|
tokenPerBlock: "10",
|
|
373
397
|
isFinished: false
|
|
374
398
|
},
|
|
399
|
+
{
|
|
400
|
+
sousId: 381,
|
|
401
|
+
stakingToken: tokens.bscTokens.cake,
|
|
402
|
+
earningToken: tokens.bscTokens.pepe,
|
|
403
|
+
contractAddress: "0xD85e40C414D04F63D991b3e1863Ff8eff1Dfd230",
|
|
404
|
+
poolCategory: "Core" /* CORE */,
|
|
405
|
+
tokenPerBlock: "3282.760069632"
|
|
406
|
+
},
|
|
375
407
|
{
|
|
376
408
|
sousId: 380,
|
|
377
409
|
stakingToken: tokens.bscTokens.cake,
|
|
@@ -3721,6 +3753,11 @@ var arbBoostedPools = [
|
|
|
3721
3753
|
boosterType: 0 /* ALP */,
|
|
3722
3754
|
contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
|
|
3723
3755
|
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."
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
boosterType: 0 /* ALP */,
|
|
3759
|
+
contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
|
|
3760
|
+
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."
|
|
3724
3761
|
}
|
|
3725
3762
|
];
|
|
3726
3763
|
|