@pancakeswap/pools 5.1.25 → 5.1.27

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.
@@ -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,EAO1C,CAAA"}
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,EAAO,CAAA;AAS7C,eAAO,MAAM,aAAa,EAAE,cAAc,EAkCvC,CAAA;AAEH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
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,EAenC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,EAkCvC,CAAA;AAEH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
package/dist/index.js CHANGED
@@ -264,7 +264,22 @@ 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: 4,
270
+ stakingToken: tokens.arbitrumTokens.alp,
271
+ earningToken: tokens.arbitrumTokens.arb,
272
+ contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
273
+ poolCategory: "Core" /* CORE */,
274
+ tokenPerSecond: "0.0310019841",
275
+ version: 3
276
+ }
277
+ ].map((p) => ({
278
+ ...p,
279
+ contractAddress: viem.getAddress(p.contractAddress),
280
+ stakingToken: p.stakingToken.serialize,
281
+ earningToken: p.earningToken.serialize
282
+ }));
268
283
  var finishedPools7 = [
269
284
  {
270
285
  sousId: 3,
@@ -3721,6 +3736,11 @@ var arbBoostedPools = [
3721
3736
  boosterType: 0 /* ALP */,
3722
3737
  contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
3723
3738
  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."
3739
+ },
3740
+ {
3741
+ boosterType: 0 /* ALP */,
3742
+ contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
3743
+ 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
3744
  }
3725
3745
  ];
3726
3746