@pancakeswap/pools 4.0.22 → 5.0.0

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
@@ -3145,12 +3145,12 @@ var finishedPools3 = [];
3145
3145
  var pools3 = [...livePools3, ...finishedPools3];
3146
3146
  var livePools4 = [
3147
3147
  {
3148
- sousId: 2,
3148
+ sousId: 3,
3149
3149
  stakingToken: arbitrumTokens.alp,
3150
3150
  earningToken: arbitrumTokens.cake,
3151
- contractAddress: "0x0639c5715EC308E16f089c96C0C109302d76FA81",
3151
+ contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
3152
3152
  poolCategory: "Core" /* CORE */,
3153
- tokenPerSecond: "0.01177",
3153
+ tokenPerSecond: "0.00615",
3154
3154
  version: 3
3155
3155
  }
3156
3156
  ].map((p) => ({
@@ -3160,6 +3160,15 @@ var livePools4 = [
3160
3160
  earningToken: p.earningToken.serialize
3161
3161
  }));
3162
3162
  var finishedPools4 = [
3163
+ {
3164
+ sousId: 2,
3165
+ stakingToken: arbitrumTokens.alp,
3166
+ earningToken: arbitrumTokens.cake,
3167
+ contractAddress: "0x0639c5715EC308E16f089c96C0C109302d76FA81",
3168
+ poolCategory: "Core" /* CORE */,
3169
+ tokenPerSecond: "0.01177",
3170
+ version: 3
3171
+ },
3163
3172
  {
3164
3173
  sousId: 1,
3165
3174
  stakingToken: arbitrumTokens.alp,
@@ -3527,7 +3536,7 @@ var DURATION_FACTOR = 31536000n;
3527
3536
  var arbBoostedPools = [
3528
3537
  {
3529
3538
  boosterType: 0 /* ALP */,
3530
- contractAddress: "0x0639c5715EC308E16f089c96C0C109302d76FA81",
3539
+ contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
3531
3540
  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."
3532
3541
  }
3533
3542
  ];