@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.
package/dist/index.mjs
CHANGED
|
@@ -255,7 +255,22 @@ var finishedPools6 = [
|
|
|
255
255
|
earningToken: p.earningToken.serialize
|
|
256
256
|
}));
|
|
257
257
|
var pools6 = [...livePools6, ...finishedPools6];
|
|
258
|
-
var livePools7 = [
|
|
258
|
+
var livePools7 = [
|
|
259
|
+
{
|
|
260
|
+
sousId: 4,
|
|
261
|
+
stakingToken: arbitrumTokens.alp,
|
|
262
|
+
earningToken: arbitrumTokens.arb,
|
|
263
|
+
contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
|
|
264
|
+
poolCategory: "Core" /* CORE */,
|
|
265
|
+
tokenPerSecond: "0.0310019841",
|
|
266
|
+
version: 3
|
|
267
|
+
}
|
|
268
|
+
].map((p) => ({
|
|
269
|
+
...p,
|
|
270
|
+
contractAddress: getAddress(p.contractAddress),
|
|
271
|
+
stakingToken: p.stakingToken.serialize,
|
|
272
|
+
earningToken: p.earningToken.serialize
|
|
273
|
+
}));
|
|
259
274
|
var finishedPools7 = [
|
|
260
275
|
{
|
|
261
276
|
sousId: 3,
|
|
@@ -3712,6 +3727,11 @@ var arbBoostedPools = [
|
|
|
3712
3727
|
boosterType: 0 /* ALP */,
|
|
3713
3728
|
contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
|
|
3714
3729
|
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."
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
boosterType: 0 /* ALP */,
|
|
3733
|
+
contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
|
|
3734
|
+
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."
|
|
3715
3735
|
}
|
|
3716
3736
|
];
|
|
3717
3737
|
|