@pancakeswap/pools 4.0.16 → 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,