@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/constants/pools/42161.d.ts.map +1 -1
- package/dist/index.js +13 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -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,EAenC,CAAA;AAGH,eAAO,MAAM,aAAa,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,EAenC,CAAA;AAGH,eAAO,MAAM,aAAa,EAAE,cAAc,EAyBvC,CAAA;AAEH,eAAO,MAAM,KAAK,EAAE,cAAc,EAAqC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -3154,12 +3154,12 @@ var finishedPools3 = [];
|
|
|
3154
3154
|
var pools3 = [...livePools3, ...finishedPools3];
|
|
3155
3155
|
var livePools4 = [
|
|
3156
3156
|
{
|
|
3157
|
-
sousId:
|
|
3157
|
+
sousId: 3,
|
|
3158
3158
|
stakingToken: tokens.arbitrumTokens.alp,
|
|
3159
3159
|
earningToken: tokens.arbitrumTokens.cake,
|
|
3160
|
-
contractAddress: "
|
|
3160
|
+
contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
|
|
3161
3161
|
poolCategory: "Core" /* CORE */,
|
|
3162
|
-
tokenPerSecond: "0.
|
|
3162
|
+
tokenPerSecond: "0.00615",
|
|
3163
3163
|
version: 3
|
|
3164
3164
|
}
|
|
3165
3165
|
].map((p) => ({
|
|
@@ -3169,6 +3169,15 @@ var livePools4 = [
|
|
|
3169
3169
|
earningToken: p.earningToken.serialize
|
|
3170
3170
|
}));
|
|
3171
3171
|
var finishedPools4 = [
|
|
3172
|
+
{
|
|
3173
|
+
sousId: 2,
|
|
3174
|
+
stakingToken: tokens.arbitrumTokens.alp,
|
|
3175
|
+
earningToken: tokens.arbitrumTokens.cake,
|
|
3176
|
+
contractAddress: "0x0639c5715EC308E16f089c96C0C109302d76FA81",
|
|
3177
|
+
poolCategory: "Core" /* CORE */,
|
|
3178
|
+
tokenPerSecond: "0.01177",
|
|
3179
|
+
version: 3
|
|
3180
|
+
},
|
|
3172
3181
|
{
|
|
3173
3182
|
sousId: 1,
|
|
3174
3183
|
stakingToken: tokens.arbitrumTokens.alp,
|
|
@@ -3536,7 +3545,7 @@ var DURATION_FACTOR = 31536000n;
|
|
|
3536
3545
|
var arbBoostedPools = [
|
|
3537
3546
|
{
|
|
3538
3547
|
boosterType: 0 /* ALP */,
|
|
3539
|
-
contractAddress: "
|
|
3548
|
+
contractAddress: "0x85146C0c5968d9640121eebd13030c99298f87b3",
|
|
3540
3549
|
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."
|
|
3541
3550
|
}
|
|
3542
3551
|
];
|