@pancakeswap/pools 4.0.15 → 4.0.17

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
@@ -34,14 +34,6 @@ var livePools = [
34
34
  contractAddress: "0x3B30A93D056e9A1156D0f17CBd05B711c4232C84",
35
35
  poolCategory: "Core" /* CORE */,
36
36
  tokenPerSecond: "0.0006045"
37
- },
38
- {
39
- sousId: 8,
40
- stakingToken: ethereumTokens.cake,
41
- earningToken: ethereumTokens.wstETH,
42
- contractAddress: "0x3C6452d5a217Cc65b98F0803c6D1BD7Fe588389A",
43
- poolCategory: "Core" /* CORE */,
44
- tokenPerSecond: "0.00000271"
45
37
  }
46
38
  ].map((p) => ({
47
39
  ...p,
@@ -50,6 +42,14 @@ var livePools = [
50
42
  earningToken: p.earningToken.serialize
51
43
  }));
52
44
  var finishedPools = [
45
+ {
46
+ sousId: 8,
47
+ stakingToken: ethereumTokens.cake,
48
+ earningToken: ethereumTokens.wstETH,
49
+ contractAddress: "0x3C6452d5a217Cc65b98F0803c6D1BD7Fe588389A",
50
+ poolCategory: "Core" /* CORE */,
51
+ tokenPerSecond: "0.00000271"
52
+ },
53
53
  {
54
54
  sousId: 7,
55
55
  stakingToken: ethereumTokens.cake,
@@ -187,15 +187,6 @@ var livePools2 = [
187
187
  tokenPerBlock: "0.5594",
188
188
  version: 3
189
189
  },
190
- {
191
- sousId: 354,
192
- stakingToken: bscTokens.cake,
193
- earningToken: bscTokens.snbnb,
194
- contractAddress: "0x854906693F7bAc4E4c8C31c001b6a42b3d93493E",
195
- poolCategory: "Core" /* CORE */,
196
- tokenPerBlock: "0.00004813",
197
- version: 3
198
- },
199
190
  {
200
191
  sousId: 352,
201
192
  stakingToken: bscTokens.cake,
@@ -214,6 +205,31 @@ var livePools2 = [
214
205
  tokenPerBlock: "0.02411",
215
206
  version: 3
216
207
  },
208
+ {
209
+ sousId: 347,
210
+ stakingToken: bscTokens.cake,
211
+ earningToken: bscTokens.tusd,
212
+ contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
213
+ poolCategory: "Core" /* CORE */,
214
+ tokenPerBlock: "0.02314",
215
+ version: 3
216
+ }
217
+ ].map((p) => ({
218
+ ...p,
219
+ contractAddress: getAddress(p.contractAddress),
220
+ stakingToken: p.stakingToken.serialize,
221
+ earningToken: p.earningToken.serialize
222
+ }));
223
+ var finishedPools2 = [
224
+ {
225
+ sousId: 354,
226
+ stakingToken: bscTokens.cake,
227
+ earningToken: bscTokens.snbnb,
228
+ contractAddress: "0x854906693F7bAc4E4c8C31c001b6a42b3d93493E",
229
+ poolCategory: "Core" /* CORE */,
230
+ tokenPerBlock: "0.00004813",
231
+ version: 3
232
+ },
217
233
  {
218
234
  sousId: 350,
219
235
  stakingToken: bscTokens.cake,
@@ -241,22 +257,6 @@ var livePools2 = [
241
257
  tokenPerBlock: "0.07716",
242
258
  version: 3
243
259
  },
244
- {
245
- sousId: 347,
246
- stakingToken: bscTokens.cake,
247
- earningToken: bscTokens.tusd,
248
- contractAddress: "0x72cd910eE115E494485Dd32Ce7bC5dE563eceA51",
249
- poolCategory: "Core" /* CORE */,
250
- tokenPerBlock: "0.02314",
251
- version: 3
252
- }
253
- ].map((p) => ({
254
- ...p,
255
- contractAddress: getAddress(p.contractAddress),
256
- stakingToken: p.stakingToken.serialize,
257
- earningToken: p.earningToken.serialize
258
- }));
259
- var finishedPools2 = [
260
260
  {
261
261
  sousId: 353,
262
262
  stakingToken: bscTokens.cake,
@@ -3141,6 +3141,22 @@ var livePools3 = [
3141
3141
  var finishedPools3 = [];
3142
3142
  var pools3 = [...livePools3, ...finishedPools3];
3143
3143
  var livePools4 = [
3144
+ {
3145
+ sousId: 2,
3146
+ stakingToken: arbitrumTokens.alp,
3147
+ earningToken: arbitrumTokens.cake,
3148
+ contractAddress: "0x0639c5715EC308E16f089c96C0C109302d76FA81",
3149
+ poolCategory: "Core" /* CORE */,
3150
+ tokenPerSecond: "0.01177",
3151
+ version: 3
3152
+ }
3153
+ ].map((p) => ({
3154
+ ...p,
3155
+ contractAddress: getAddress(p.contractAddress),
3156
+ stakingToken: p.stakingToken.serialize,
3157
+ earningToken: p.earningToken.serialize
3158
+ }));
3159
+ var finishedPools4 = [
3144
3160
  {
3145
3161
  sousId: 1,
3146
3162
  stakingToken: arbitrumTokens.alp,
@@ -3152,11 +3168,11 @@ var livePools4 = [
3152
3168
  }
3153
3169
  ].map((p) => ({
3154
3170
  ...p,
3171
+ isFinished: true,
3155
3172
  contractAddress: getAddress(p.contractAddress),
3156
3173
  stakingToken: p.stakingToken.serialize,
3157
3174
  earningToken: p.earningToken.serialize
3158
3175
  }));
3159
- var finishedPools4 = [];
3160
3176
  var pools4 = [...livePools4, ...finishedPools4];
3161
3177
  var livePools5 = [
3162
3178
  {